Html Css Color HEX #CC2EDB Medium Orchid

📋 copy color: '#CC2EDB'

red 204 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #CC2EDB

Tints of Medium Orchid #CC2EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 43.5%
G = 9.81%
B = 46.7%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2EDB (or 0xCC2EDB) is known color: Medium Orchid. HEX triplet: CC, 2E and DB. RGB value is (204,46,219). Sum of RGB (Red+Green+Blue) = 204+46+219=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EDB is #33D124. Grayscale: #707070. Windows color (decimal): -3395877 or 14364364. OLE color: 14364364.

HSL color Cylindrical-coordinate representation of color #CC2EDB: hue angle of 294.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2EDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 46 219 -
CMYK 0.07 0.79 0 0.14
HSL 294.8º 0.71% 0.52% -
HSV(B) 294.8º 0.79% 0.86% -
XYZ 38.67 19.91 68.82 -
YUV 112.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 204 46 219 0.07 0.79 0 0.14 294.8 0.71 0.52
Hex CC 2E DB 7 4F 0 E 127 47 34
Octal 314 56 333 7 117 0 16 447 107 64
Binary 11001100 101110 11011011 111 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CC2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EDB

Black with #CC2EDB

Text Example


Text Example

White with #CC2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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