#CC33D9

Color #CC33D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC33D9

Tints of Medium Orchid #CC33D9

Color information

#CC33D9 (or 0xCC33D9) is unknown color: approx Medium Orchid. HEX triplet: CC, 33 and D9. RGB value is (204,51,217). Sum of RGB (Red+Green+Blue) = 204+51+217=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC33D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33D9 is #33CC26. Grayscale: #737373. Windows color (decimal): -3394599 or 14234572. OLE color: 14234572.

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

Color convert

RGB20451217-
CMYK0.060.7600.15
HSL295.3º68.6%52.55%-
HSV(B)295.3º76.5%85.1%-
XYZ38.6120.2167.51-
YUV115.67185.19191-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 51 (20.31% from 255) = 10.81%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=43.22%
G=10.81%
B=45.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204512170.060.7600.15295.368.652.55
HexCC33D964C0F1274535
Octal31463331611401744710565
Binary11001100110011110110011101001100011111001001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33D9; }

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

 H1.HeaderClassName
 {
   color: #CC33D9;
 }
 .AnyTagClassName
 {
   color: #CC33D9;
 }
</style>
background-color css

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

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

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

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

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

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