Html Css Color HEX #CC4EED Medium Orchid

📋 copy color: '#CC4EED'

red 204 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #CC4EED

Tints of Medium Orchid #CC4EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 39.31%
G = 15.03%
B = 45.66%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC4EED (or 0xCC4EED) is known color: Medium Orchid. HEX triplet: CC, 4E and ED. RGB value is (204,78,237). Sum of RGB (Red+Green+Blue) = 204+78+237=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EED is #33B112. Grayscale: #858585. Windows color (decimal): -3387667 or 15552204. OLE color: 15552204.

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

Color convert

RGB 204 78 237 -
CMYK 0.14 0.67 0 0.07
HSL 287.55º 0.82% 0.62% -
HSV(B) 287.55º 0.67% 0.93% -
XYZ 42.91 24.4 82.57 -
YUV 133.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 204 78 237 0.14 0.67 0 0.07 287.55 0.82 0.62
Hex CC 4E ED E 43 0 7 120 52 3E
Octal 314 116 355 16 103 0 7 440 122 76
Binary 11001100 1001110 11101101 1110 1000011 0 111 100100000 1010010 111110

Color Harmonies of #CC4EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EED

Black with #CC4EED

Text Example


Text Example

White with #CC4EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EED; }

 p { color: rgb(204,78,237); }

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

background-color css

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

 a { background-color: rgb(204,78,237); }

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

border-color css

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

 span { border-color: rgb(204,78,237); }

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