Html Css Color HEX #CC2CE5 Medium Orchid

📋 copy color: '#CC2CE5'

red 204 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #CC2CE5

Tints of Medium Orchid #CC2CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.22%

 BLUE value IS 229 (89.84% from 255) = 48.01%

R = 42.77%
G = 9.22%
B = 48.01%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC2CE5 (or 0xCC2CE5) is known color: Medium Orchid. HEX triplet: CC, 2C and E5. RGB value is (204,44,229). Sum of RGB (Red+Green+Blue) = 204+44+229=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC2CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CE5 is #33D31A. Grayscale: #707070. Windows color (decimal): -3396379 or 15019212. OLE color: 15019212.

HSL color Cylindrical-coordinate representation of color #CC2CE5: hue angle of 291.89º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2CE5 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 44 229 -
CMYK 0.11 0.81 0 0.10
HSL 291.89º 0.78% 0.54% -
HSV(B) 291.89º 0.81% 0.9% -
XYZ 39.95 20.3 75.94 -
YUV 112.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 204 44 229 0.11 0.81 0 0.10 291.89 0.78 0.54
Hex CC 2C E5 B 51 0 A 124 4E 36
Octal 314 54 345 13 121 0 12 444 116 66
Binary 11001100 101100 11100101 1011 1010001 0 1010 100100100 1001110 110110

Color Harmonies of #CC2CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CE5

Black with #CC2CE5

Text Example


Text Example

White with #CC2CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CE5; }

 p { color: rgb(204,44,229); }

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

background-color css

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

 a { background-color: rgb(204,44,229); }

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

border-color css

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

 span { border-color: rgb(204,44,229); }

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