Html Css Color HEX #CC2FEC Medium Orchid

📋 copy color: '#CC2FEC'

red 204 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #CC2FEC

Tints of Medium Orchid #CC2FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.65%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 41.89%
G = 9.65%
B = 48.46%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC2FEC (or 0xCC2FEC) is known color: Medium Orchid. HEX triplet: CC, 2F and EC. RGB value is (204,47,236). Sum of RGB (Red+Green+Blue) = 204+47+236=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FEC is #33D013. Grayscale: #727272. Windows color (decimal): -3395604 or 15478732. OLE color: 15478732.

HSL color Cylindrical-coordinate representation of color #CC2FEC: hue angle of 289.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2FEC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 47 236 -
CMYK 0.14 0.80 0 0.07
HSL 289.84º 0.83% 0.55% -
HSV(B) 289.84º 0.8% 0.93% -
XYZ 41.06 20.93 81.23 -
YUV 115.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 204 47 236 0.14 0.80 0 0.07 289.84 0.83 0.55
Hex CC 2F EC E 50 0 7 122 53 37
Octal 314 57 354 16 120 0 7 442 123 67
Binary 11001100 101111 11101100 1110 1010000 0 111 100100010 1010011 110111

Color Harmonies of #CC2FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FEC

Black with #CC2FEC

Text Example


Text Example

White with #CC2FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FEC; }

 p { color: rgb(204,47,236); }

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

background-color css

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

 a { background-color: rgb(204,47,236); }

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

border-color css

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

 span { border-color: rgb(204,47,236); }

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