Html Css Color HEX #CC42DB Medium Orchid

📋 copy color: '#CC42DB'

red 204 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #CC42DB

Tints of Medium Orchid #CC42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.5%

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

R = 41.72%
G = 13.5%
B = 44.79%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC42DB (or 0xCC42DB) is known color: Medium Orchid. HEX triplet: CC, 42 and DB. RGB value is (204,66,219). Sum of RGB (Red+Green+Blue) = 204+66+219=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42DB is #33BD24. Grayscale: #7C7C7C. Windows color (decimal): -3390757 or 14369484. OLE color: 14369484.

HSL color Cylindrical-coordinate representation of color #CC42DB: hue angle of 294.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC42DB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 66 219 -
CMYK 0.07 0.70 0 0.14
HSL 294.12º 0.68% 0.56% -
HSV(B) 294.12º 0.7% 0.86% -
XYZ 39.64 21.85 69.15 -
YUV 124.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 204 66 219 0.07 0.70 0 0.14 294.12 0.68 0.56
Hex CC 42 DB 7 46 0 E 126 44 38
Octal 314 102 333 7 106 0 16 446 104 70
Binary 11001100 1000010 11011011 111 1000110 0 1110 100100110 1000100 111000

Color Harmonies of #CC42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42DB

Black with #CC42DB

Text Example


Text Example

White with #CC42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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