Html Css Color HEX #CC2CDB Medium Orchid

📋 copy color: '#CC2CDB'

red 204 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #CC2CDB

Tints of Medium Orchid #CC2CDB

RGB

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

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

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

R = 43.68%
G = 9.42%
B = 46.9%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2CDB (or 0xCC2CDB) is known color: Medium Orchid. HEX triplet: CC, 2C and DB. RGB value is (204,44,219). Sum of RGB (Red+Green+Blue) = 204+44+219=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CDB is #33D324. Grayscale: #6F6F6F. Windows color (decimal): -3396389 or 14363852. OLE color: 14363852.

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

Color convert

RGB 204 44 219 -
CMYK 0.07 0.80 0 0.14
HSL 294.86º 0.71% 0.52% -
HSV(B) 294.86º 0.8% 0.86% -
XYZ 38.59 19.75 68.8 -
YUV 111.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 204 44 219 0.07 0.80 0 0.14 294.86 0.71 0.52
Hex CC 2C DB 7 50 0 E 127 47 34
Octal 314 54 333 7 120 0 16 447 107 64
Binary 11001100 101100 11011011 111 1010000 0 1110 100100111 1000111 110100

Color Harmonies of #CC2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CDB

Black with #CC2CDB

Text Example


Text Example

White with #CC2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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