#CC33DD

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

Shades of Medium Orchid #CC33DD

Tints of Medium Orchid #CC33DD

Color information

#CC33DD (or 0xCC33DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 33 and DD. RGB value is (204,51,221). Sum of RGB (Red+Green+Blue) = 204+51+221=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33DD is #33CC22. Grayscale: #737373. Windows color (decimal): -3394595 or 14496716. OLE color: 14496716.

HSL color Cylindrical-coordinate representation of color #CC33DD: hue angle of 294º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC33DD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20451221-
CMYK0.080.7700.13
HSL294º71.43%53.33%-
HSV(B)294º76.92%86.67%-
XYZ39.1420.4370.29-
YUV116.13187.19190.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 10.71%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=42.86%
G=10.71%
B=46.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204512210.080.7700.1329471.4353.33
HexCC33DD84D0D1264735
Octal314633351011501544610765
Binary110011001100111101110110001001101011011001001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33DD; }

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

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

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

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

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

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

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

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