#CA39DC

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

Shades of Medium Orchid #CA39DC

Tints of Medium Orchid #CA39DC

Color information

#CA39DC (or 0xCA39DC) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and DC. RGB value is (202,57,220). Sum of RGB (Red+Green+Blue) = 202+57+220=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39DC is #35C623. Grayscale: #767676. Windows color (decimal): -3524132 or 14432714. OLE color: 14432714.

HSL color Cylindrical-coordinate representation of color #CA39DC: hue angle of 293.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA39DC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20257220-
CMYK0.080.7400.14
HSL293.37º69.96%54.31%-
HSV(B)293.37º74.09%86.27%-
XYZ38.7420.6569.65-
YUV118.94185.04187.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 57 (22.66% from 255) = 11.90%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=42.17%
G=11.90%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202572200.080.7400.14293.3769.9654.31
HexCA39DC84A0E1254636
Octal312713341011201644510666
Binary110010101110011101110010001001010011101001001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39DC; }

 p { color: rgb(202,57,220); }

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

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

 a { background-color: rgb(202,57,220); }

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

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

 span { border-color: rgb(202,57,220); }

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