Html Css Color HEX #CC5DEE Medium Orchid

📋 copy color: '#CC5DEE'

red 204 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #CC5DEE

Tints of Medium Orchid #CC5DEE

RGB

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

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

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

R = 38.13%
G = 17.38%
B = 44.49%

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

#CC5DEE (or 0xCC5DEE) is known color: Medium Orchid. HEX triplet: CC, 5D and EE. RGB value is (204,93,238). Sum of RGB (Red+Green+Blue) = 204+93+238=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DEE is #33A211. Grayscale: #8E8E8E. Windows color (decimal): -3383826 or 15621580. OLE color: 15621580.

HSL color Cylindrical-coordinate representation of color #CC5DEE: hue angle of 285.93º 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 #CC5DEE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 93 238 -
CMYK 0.14 0.61 0 0.07
HSL 285.93º 0.81% 0.65% -
HSV(B) 285.93º 0.61% 0.93% -
XYZ 44.25 26.84 83.74 -
YUV 142.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 204 93 238 0.14 0.61 0 0.07 285.93 0.81 0.65
Hex CC 5D EE E 3D 0 7 11E 51 41
Octal 314 135 356 16 75 0 7 436 121 101
Binary 11001100 1011101 11101110 1110 111101 0 111 100011110 1010001 1000001

Color Harmonies of #CC5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DEE

Black with #CC5DEE

Text Example


Text Example

White with #CC5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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