#ca39d5

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

Shades of Medium Orchid #CA39D5

Tints of Medium Orchid #CA39D5

Color information

#CA39D5 (or 0xCA39D5) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and D5. RGB value is (202,57,213). Sum of RGB (Red+Green+Blue) = 202+57+213=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39D5 is #35C62A. Grayscale: #757575. Windows color (decimal): -3524139 or 13973962. OLE color: 13973962.

HSL color Cylindrical-coordinate representation of color #CA39D5: hue angle of 295.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA39D5 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20257213-
CMYK0.050.7300.16
HSL295.77º65%52.94%-
HSV(B)295.77º73.24%83.53%-
XYZ37.8320.2964.87-
YUV118.14181.54187.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 57 (22.66% from 255) = 12.08%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=42.80%
G=12.08%
B=45.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202572130.050.7300.16295.776552.94
HexCA39D55490101284135
Octal31271325511102045010165
Binary110010101110011101010110110010010100001001010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca39d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca39d5; }

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

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

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

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

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

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

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

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