Html Css Color HEX #CC5CEE Medium Orchid

📋 copy color: '#CC5CEE'

red 204 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #CC5CEE

Tints of Medium Orchid #CC5CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 38.2%
G = 17.23%
B = 44.57%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC5CEE (or 0xCC5CEE) is known color: Medium Orchid. HEX triplet: CC, 5C and EE. RGB value is (204,92,238). Sum of RGB (Red+Green+Blue) = 204+92+238=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CEE is #33A311. Grayscale: #8D8D8D. Windows color (decimal): -3384082 or 15621324. OLE color: 15621324.

HSL color Cylindrical-coordinate representation of color #CC5CEE: hue angle of 286.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5CEE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 92 238 -
CMYK 0.14 0.61 0 0.07
HSL 286.03º 0.81% 0.65% -
HSV(B) 286.03º 0.61% 0.93% -
XYZ 44.16 26.66 83.71 -
YUV 142.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 204 92 238 0.14 0.61 0 0.07 286.03 0.81 0.65
Hex CC 5C EE E 3D 0 7 11E 51 41
Octal 314 134 356 16 75 0 7 436 121 101
Binary 11001100 1011100 11101110 1110 111101 0 111 100011110 1010001 1000001

Color Harmonies of #CC5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CEE

Black with #CC5CEE

Text Example


Text Example

White with #CC5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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