Html Css Color HEX #CC5CE2 Medium Orchid

📋 copy color: '#CC5CE2'

red 204 ◦ green 92 ◦ blue 226

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

Shades of Medium Orchid #CC5CE2

Tints of Medium Orchid #CC5CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.3%

R = 39.08%
G = 17.62%
B = 43.3%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC5CE2 (or 0xCC5CE2) is known color: Medium Orchid. HEX triplet: CC, 5C and E2. RGB value is (204,92,226). Sum of RGB (Red+Green+Blue) = 204+92+226=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC5CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CE2 is #33A31D. Grayscale: #8C8C8C. Windows color (decimal): -3384094 or 14834892. OLE color: 14834892.

HSL color Cylindrical-coordinate representation of color #CC5CE2: hue angle of 290.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5CE2 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 92 226 -
CMYK 0.10 0.59 0 0.11
HSL 290.15º 0.7% 0.62% -
HSV(B) 290.15º 0.59% 0.89% -
XYZ 42.46 25.98 74.73 -
YUV 140.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 204 92 226 0.10 0.59 0 0.11 290.15 0.7 0.62
Hex CC 5C E2 A 3B 0 B 122 46 3E
Octal 314 134 342 12 73 0 13 442 106 76
Binary 11001100 1011100 11100010 1010 111011 0 1011 100100010 1000110 111110

Color Harmonies of #CC5CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CE2

Black with #CC5CE2

Text Example


Text Example

White with #CC5CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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