#CC39DA

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

Shades of Medium Orchid #CC39DA

Tints of Medium Orchid #CC39DA

Color information

#CC39DA (or 0xCC39DA) is unknown color: approx Medium Orchid. HEX triplet: CC, 39 and DA. RGB value is (204,57,218). Sum of RGB (Red+Green+Blue) = 204+57+218=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39DA is #33C625. Grayscale: #767676. Windows color (decimal): -3393062 or 14301644. OLE color: 14301644.

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

Color convert

RGB20457218-
CMYK0.060.7400.15
HSL294.78º68.51%53.92%-
HSV(B)294.78º73.85%85.49%-
XYZ39.0220.8368.29-
YUV119.31183.7188.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 57 (22.66% from 255) = 11.90%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=42.59%
G=11.90%
B=45.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204572180.060.7400.15294.7868.5153.92
HexCC39DA64A0F1274536
Octal31471332611201744710566
Binary11001100111001110110101101001010011111001001111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39DA; }

 p { color: rgb(204,57,218); }

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

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

 a { background-color: rgb(204,57,218); }

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

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

 span { border-color: rgb(204,57,218); }

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