Html Css Color HEX #CC30DB Medium Orchid

📋 copy color: '#CC30DB'

red 204 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #CC30DB

Tints of Medium Orchid #CC30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.19%

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

R = 43.31%
G = 10.19%
B = 46.5%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC30DB (or 0xCC30DB) is known color: Medium Orchid. HEX triplet: CC, 30 and DB. RGB value is (204,48,219). Sum of RGB (Red+Green+Blue) = 204+48+219=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30DB is #33CF24. Grayscale: #717171. Windows color (decimal): -3395365 or 14364876. OLE color: 14364876.

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

Color convert

RGB 204 48 219 -
CMYK 0.07 0.78 0 0.14
HSL 294.74º 0.7% 0.52% -
HSV(B) 294.74º 0.78% 0.86% -
XYZ 38.74 20.07 68.85 -
YUV 114.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 204 48 219 0.07 0.78 0 0.14 294.74 0.7 0.52
Hex CC 30 DB 7 4E 0 E 127 46 34
Octal 314 60 333 7 116 0 16 447 106 64
Binary 11001100 110000 11011011 111 1001110 0 1110 100100111 1000110 110100

Color Harmonies of #CC30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30DB

Black with #CC30DB

Text Example


Text Example

White with #CC30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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