Html Css Color HEX #CC2EE0 Medium Orchid

📋 copy color: '#CC2EE0'

red 204 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #CC2EE0

Tints of Medium Orchid #CC2EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.7%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 43.04%
G = 9.7%
B = 47.26%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC2EE0 (or 0xCC2EE0) is known color: Medium Orchid. HEX triplet: CC, 2E and E0. RGB value is (204,46,224). Sum of RGB (Red+Green+Blue) = 204+46+224=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC2EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EE0 is #33D11F. Grayscale: #707070. Windows color (decimal): -3395872 or 14692044. OLE color: 14692044.

HSL color Cylindrical-coordinate representation of color #CC2EE0: hue angle of 293.26º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2EE0 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 46 224 -
CMYK 0.09 0.79 0 0.12
HSL 293.26º 0.74% 0.53% -
HSV(B) 293.26º 0.79% 0.88% -
XYZ 39.33 20.17 72.34 -
YUV 113.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 204 46 224 0.09 0.79 0 0.12 293.26 0.74 0.53
Hex CC 2E E0 9 4F 0 C 125 4A 35
Octal 314 56 340 11 117 0 14 445 112 65
Binary 11001100 101110 11100000 1001 1001111 0 1100 100100101 1001010 110101

Color Harmonies of #CC2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EE0

Black with #CC2EE0

Text Example


Text Example

White with #CC2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EE0; }

 p { color: rgb(204,46,224); }

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

background-color css

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

 a { background-color: rgb(204,46,224); }

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

border-color css

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

 span { border-color: rgb(204,46,224); }

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