Html Css Color HEX #CC5CDE Medium Orchid

📋 copy color: '#CC5CDE'

red 204 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #CC5CDE

Tints of Medium Orchid #CC5CDE

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

 GREEN value IS 92 (36.33% from 255) = 17.76%

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

R = 39.38%
G = 17.76%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC5CDE (or 0xCC5CDE) is known color: Medium Orchid. HEX triplet: CC, 5C and DE. RGB value is (204,92,222). Sum of RGB (Red+Green+Blue) = 204+92+222=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CDE is #33A321. Grayscale: #8B8B8B. Windows color (decimal): -3384098 or 14572748. OLE color: 14572748.

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

Color convert

RGB 204 92 222 -
CMYK 0.08 0.59 0 0.13
HSL 291.69º 0.66% 0.62% -
HSV(B) 291.69º 0.59% 0.87% -
XYZ 41.91 25.77 71.87 -
YUV 140.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 204 92 222 0.08 0.59 0 0.13 291.69 0.66 0.62
Hex CC 5C DE 8 3B 0 D 124 42 3E
Octal 314 134 336 10 73 0 15 444 102 76
Binary 11001100 1011100 11011110 1000 111011 0 1101 100100100 1000010 111110

Color Harmonies of #CC5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CDE

Black with #CC5CDE

Text Example


Text Example

White with #CC5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CDE; }

 p { color: rgb(204,92,222); }

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

background-color css

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

 a { background-color: rgb(204,92,222); }

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

border-color css

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

 span { border-color: rgb(204,92,222); }

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