#CA39D7

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

Shades of Medium Orchid #CA39D7

Tints of Medium Orchid #CA39D7

Color information

#CA39D7 (or 0xCA39D7) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and D7. RGB value is (202,57,215). Sum of RGB (Red+Green+Blue) = 202+57+215=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA39D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39D7 is #35C628. Grayscale: #757575. Windows color (decimal): -3524137 or 14105034. OLE color: 14105034.

HSL color Cylindrical-coordinate representation of color #CA39D7: hue angle of 295.06º degrees, saturation: 0.66, 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 #CA39D7 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20257215-
CMYK0.060.7300.16
HSL295.06º66.39%53.33%-
HSV(B)295.06º73.49%84.31%-
XYZ38.0920.3966.22-
YUV118.37182.54187.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 57 (22.66% from 255) = 12.03%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=42.62%
G=12.03%
B=45.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202572150.060.7300.16295.0666.3953.33
HexCA39D76490101274235
Octal31271327611102044710265
Binary110010101110011101011111010010010100001001001111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39D7; }

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

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

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

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

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

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

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

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