Html Css Color HEX #C55DF3 Medium Orchid

📋 copy color: '#C55DF3'

red 197 ◦ green 93 ◦ blue 243

#C55DF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C55DF3

Tints of Medium Orchid #C55DF3

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

 GREEN value IS 93 (36.72% from 255) = 17.45%

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 36.96%
G = 17.45%
B = 45.59%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C55DF3 (or 0xC55DF3) is known color: Medium Orchid. HEX triplet: C5, 5D and F3. RGB value is (197,93,243). Sum of RGB (Red+Green+Blue) = 197+93+243=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #C55DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DF3 is #3AA20C. Grayscale: #8C8C8C. Windows color (decimal): -3842573 or 15949253. OLE color: 15949253.

HSL color Cylindrical-coordinate representation of color #C55DF3: hue angle of 281.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55DF3 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 93 243 -
CMYK 0.19 0.62 0 0.05
HSL 281.6º 0.86% 0.66% -
HSV(B) 281.6º 0.62% 0.95% -
XYZ 43.12 26.17 87.57 -
YUV 141.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 197 93 243 0.19 0.62 0 0.05 281.6 0.86 0.66
Hex C5 5D F3 13 3E 0 5 11A 56 42
Octal 305 135 363 23 76 0 5 432 126 102
Binary 11000101 1011101 11110011 10011 111110 0 101 100011010 1010110 1000010

Color Harmonies of #C55DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DF3

Black with #C55DF3

Text Example


Text Example

White with #C55DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DF3; }

 p { color: rgb(197,93,243); }

 H1.HeaderClassName
 {
   color: #C55DF3;
 }
 .AnyTagClassName
 {
   color: #C55DF3;
 }
</style>

background-color css

<style>
 a { background-color: #C55DF3; }

 a { background-color: rgb(197,93,243); }

 div.DivClassName
 {
   background-color: #C55DF3;
 }
 .BgClassName
 {
   background-color: #C55DF3;
 }
</style>

border-color css

<style>
 span { border-color: #C55DF3; }

 span { border-color: rgb(197,93,243); }

 td.TdClassName
 {
   border-color: #C55DF3;
 }
 .TagClassName
 {
   border-color: #C55DF3;
 }
</style>