Html Css Color HEX #CC30D9 Medium Orchid

📋 copy color: '#CC30D9'

red 204 ◦ green 48 ◦ blue 217

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

Shades of Medium Orchid #CC30D9

Tints of Medium Orchid #CC30D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 43.5%
G = 10.23%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC30D9 (or 0xCC30D9) is known color: Medium Orchid. HEX triplet: CC, 30 and D9. RGB value is (204,48,217). Sum of RGB (Red+Green+Blue) = 204+48+217=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D9 is #33CF26. Grayscale: #717171. Windows color (decimal): -3395367 or 14233804. OLE color: 14233804.

HSL color Cylindrical-coordinate representation of color #CC30D9: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC30D9 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 48 217 -
CMYK 0.06 0.78 0 0.15
HSL 295.38º 0.69% 0.52% -
HSV(B) 295.38º 0.78% 0.85% -
XYZ 38.48 19.96 67.47 -
YUV 113.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 204 48 217 0.06 0.78 0 0.15 295.38 0.69 0.52
Hex CC 30 D9 6 4E 0 F 127 45 34
Octal 314 60 331 6 116 0 17 447 105 64
Binary 11001100 110000 11011001 110 1001110 0 1111 100100111 1000101 110100

Color Harmonies of #CC30D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30D9

Black with #CC30D9

Text Example


Text Example

White with #CC30D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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