Html Css Color HEX #CC2CEA Medium Orchid

📋 copy color: '#CC2CEA'

red 204 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #CC2CEA

Tints of Medium Orchid #CC2CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 42.32%
G = 9.13%
B = 48.55%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2CEA (or 0xCC2CEA) is known color: Medium Orchid. HEX triplet: CC, 2C and EA. RGB value is (204,44,234). Sum of RGB (Red+Green+Blue) = 204+44+234=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CEA is #33D315. Grayscale: #707070. Windows color (decimal): -3396374 or 15346892. OLE color: 15346892.

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

Color convert

RGB 204 44 234 -
CMYK 0.13 0.81 0 0.08
HSL 290.53º 0.82% 0.55% -
HSV(B) 290.53º 0.81% 0.92% -
XYZ 40.65 20.58 79.67 -
YUV 113.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 204 44 234 0.13 0.81 0 0.08 290.53 0.82 0.55
Hex CC 2C EA D 51 0 8 123 52 37
Octal 314 54 352 15 121 0 10 443 122 67
Binary 11001100 101100 11101010 1101 1010001 0 1000 100100011 1010010 110111

Color Harmonies of #CC2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CEA

Black with #CC2CEA

Text Example


Text Example

White with #CC2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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