Html Css Color HEX #CC5EEB Medium Orchid

📋 copy color: '#CC5EEB'

red 204 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #CC5EEB

Tints of Medium Orchid #CC5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.64%

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 38.27%
G = 17.64%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC5EEB (or 0xCC5EEB) is known color: Medium Orchid. HEX triplet: CC, 5E and EB. RGB value is (204,94,235). Sum of RGB (Red+Green+Blue) = 204+94+235=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EEB is #33A114. Grayscale: #8E8E8E. Windows color (decimal): -3383573 or 15425228. OLE color: 15425228.

HSL color Cylindrical-coordinate representation of color #CC5EEB: hue angle of 286.81º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5EEB is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 94 235 -
CMYK 0.13 0.6 0 0.08
HSL 286.81º 0.78% 0.65% -
HSV(B) 286.81º 0.6% 0.92% -
XYZ 43.9 26.84 81.46 -
YUV 142.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 204 94 235 0.13 0.6 0 0.08 286.81 0.78 0.65
Hex CC 5E EB D 3C 0 8 11F 4E 41
Octal 314 136 353 15 74 0 10 437 116 101
Binary 11001100 1011110 11101011 1101 111100 0 1000 100011111 1001110 1000001

Color Harmonies of #CC5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EEB

Black with #CC5EEB

Text Example


Text Example

White with #CC5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EEB; }

 p { color: rgb(204,94,235); }

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

background-color css

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

 a { background-color: rgb(204,94,235); }

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

border-color css

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

 span { border-color: rgb(204,94,235); }

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