Html Css Color HEX #CC2DDB Medium Orchid

📋 copy color: '#CC2DDB'

red 204 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #CC2DDB

Tints of Medium Orchid #CC2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

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

R = 43.59%
G = 9.62%
B = 46.79%

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

#CC2DDB (or 0xCC2DDB) is known color: Medium Orchid. HEX triplet: CC, 2D and DB. RGB value is (204,45,219). Sum of RGB (Red+Green+Blue) = 204+45+219=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DDB is #33D224. Grayscale: #6F6F6F. Windows color (decimal): -3396133 or 14364108. OLE color: 14364108.

HSL color Cylindrical-coordinate representation of color #CC2DDB: hue angle of 294.83º 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 #CC2DDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 45 219 -
CMYK 0.07 0.79 0 0.14
HSL 294.83º 0.71% 0.52% -
HSV(B) 294.83º 0.79% 0.86% -
XYZ 38.63 19.83 68.81 -
YUV 112.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 204 45 219 0.07 0.79 0 0.14 294.83 0.71 0.52
Hex CC 2D DB 7 4F 0 E 127 47 34
Octal 314 55 333 7 117 0 16 447 107 64
Binary 11001100 101101 11011011 111 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CC2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DDB

Black with #CC2DDB

Text Example


Text Example

White with #CC2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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