Html Css Color HEX #CC30DC Medium Orchid

📋 copy color: '#CC30DC'

red 204 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #CC30DC

Tints of Medium Orchid #CC30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 43.22%
G = 10.17%
B = 46.61%

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

#CC30DC (or 0xCC30DC) is known color: Medium Orchid. HEX triplet: CC, 30 and DC. RGB value is (204,48,220). Sum of RGB (Red+Green+Blue) = 204+48+220=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30DC is #33CF23. Grayscale: #717171. Windows color (decimal): -3395364 or 14430412. OLE color: 14430412.

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

Color convert

RGB 204 48 220 -
CMYK 0.07 0.78 0 0.14
HSL 294.42º 0.71% 0.53% -
HSV(B) 294.42º 0.78% 0.86% -
XYZ 38.88 20.12 69.54 -
YUV 114.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 204 48 220 0.07 0.78 0 0.14 294.42 0.71 0.53
Hex CC 30 DC 7 4E 0 E 126 47 35
Octal 314 60 334 7 116 0 16 446 107 65
Binary 11001100 110000 11011100 111 1001110 0 1110 100100110 1000111 110101

Color Harmonies of #CC30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30DC

Black with #CC30DC

Text Example


Text Example

White with #CC30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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