Html Css Color HEX #C555DE Medium Orchid

📋 copy color: '#C555DE'

red 197 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #C555DE

Tints of Medium Orchid #C555DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.87%

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 39.09%
G = 16.87%
B = 44.05%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C555DE (or 0xC555DE) is known color: Medium Orchid. HEX triplet: C5, 55 and DE. RGB value is (197,85,222). Sum of RGB (Red+Green+Blue) = 197+85+222=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #C555DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555DE is #3AAA21. Grayscale: #858585. Windows color (decimal): -3844642 or 14570949. OLE color: 14570949.

HSL color Cylindrical-coordinate representation of color #C555DE: hue angle of 289.05º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C555DE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 85 222 -
CMYK 0.11 0.62 0 0.13
HSL 289.05º 0.67% 0.6% -
HSV(B) 289.05º 0.62% 0.87% -
XYZ 39.46 23.64 71.59 -
YUV 134.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 197 85 222 0.11 0.62 0 0.13 289.05 0.67 0.6
Hex C5 55 DE B 3E 0 D 121 43 3C
Octal 305 125 336 13 76 0 15 441 103 74
Binary 11000101 1010101 11011110 1011 111110 0 1101 100100001 1000011 111100

Color Harmonies of #C555DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555DE

Black with #C555DE

Text Example


Text Example

White with #C555DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555DE; }

 p { color: rgb(197,85,222); }

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

background-color css

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

 a { background-color: rgb(197,85,222); }

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

border-color css

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

 span { border-color: rgb(197,85,222); }

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