Html Css Color HEX #CC4EEB Medium Orchid

📋 copy color: '#CC4EEB'

red 204 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #CC4EEB

Tints of Medium Orchid #CC4EEB

RGB

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

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

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

R = 39.46%
G = 15.09%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC4EEB (or 0xCC4EEB) is known color: Medium Orchid. HEX triplet: CC, 4E and EB. RGB value is (204,78,235). Sum of RGB (Red+Green+Blue) = 204+78+235=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EEB is #33B114. Grayscale: #858585. Windows color (decimal): -3387669 or 15421132. OLE color: 15421132.

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

Color convert

RGB 204 78 235 -
CMYK 0.13 0.67 0 0.08
HSL 288.15º 0.8% 0.61% -
HSV(B) 288.15º 0.67% 0.92% -
XYZ 42.62 24.28 81.04 -
YUV 133.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 204 78 235 0.13 0.67 0 0.08 288.15 0.8 0.61
Hex CC 4E EB D 43 0 8 120 50 3D
Octal 314 116 353 15 103 0 10 440 120 75
Binary 11001100 1001110 11101011 1101 1000011 0 1000 100100000 1010000 111101

Color Harmonies of #CC4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EEB

Black with #CC4EEB

Text Example


Text Example

White with #CC4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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