Html Css Color HEX #CC2FEE Medium Orchid

📋 copy color: '#CC2FEE'

red 204 ◦ green 47 ◦ blue 238

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

Shades of Medium Orchid #CC2FEE

Tints of Medium Orchid #CC2FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 41.72%
G = 9.61%
B = 48.67%

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

#CC2FEE (or 0xCC2FEE) is known color: Medium Orchid. HEX triplet: CC, 2F and EE. RGB value is (204,47,238). Sum of RGB (Red+Green+Blue) = 204+47+238=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FEE is #33D011. Grayscale: #737373. Windows color (decimal): -3395602 or 15609804. OLE color: 15609804.

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

Color convert

RGB 204 47 238 -
CMYK 0.14 0.80 0 0.07
HSL 289.32º 0.85% 0.56% -
HSV(B) 289.32º 0.8% 0.93% -
XYZ 41.35 21.04 82.77 -
YUV 115.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 204 47 238 0.14 0.80 0 0.07 289.32 0.85 0.56
Hex CC 2F EE E 50 0 7 121 55 38
Octal 314 57 356 16 120 0 7 441 125 70
Binary 11001100 101111 11101110 1110 1010000 0 111 100100001 1010101 111000

Color Harmonies of #CC2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FEE

Black with #CC2FEE

Text Example


Text Example

White with #CC2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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