Html Css Color HEX #CC2EEA Medium Orchid

📋 copy color: '#CC2EEA'

red 204 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #CC2EEA

Tints of Medium Orchid #CC2EEA

RGB

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

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

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

R = 42.15%
G = 9.5%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2EEA (or 0xCC2EEA) is known color: Medium Orchid. HEX triplet: CC, 2E and EA. RGB value is (204,46,234). Sum of RGB (Red+Green+Blue) = 204+46+234=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EEA is #33D115. Grayscale: #727272. Windows color (decimal): -3395862 or 15347404. OLE color: 15347404.

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

Color convert

RGB 204 46 234 -
CMYK 0.13 0.80 0 0.08
HSL 290.43º 0.82% 0.55% -
HSV(B) 290.43º 0.8% 0.92% -
XYZ 40.73 20.73 79.7 -
YUV 114.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 204 46 234 0.13 0.80 0 0.08 290.43 0.82 0.55
Hex CC 2E EA D 50 0 8 122 52 37
Octal 314 56 352 15 120 0 10 442 122 67
Binary 11001100 101110 11101010 1101 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CC2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EEA

Black with #CC2EEA

Text Example


Text Example

White with #CC2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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