#CA39F9

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

Shades of Medium Orchid #CA39F9

Tints of Medium Orchid #CA39F9

Color information

#CA39F9 (or 0xCA39F9) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and F9. RGB value is (202,57,249). Sum of RGB (Red+Green+Blue) = 202+57+249=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA39F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39F9 is #35C606. Grayscale: #797979. Windows color (decimal): -3524103 or 16333258. OLE color: 16333258.

HSL color Cylindrical-coordinate representation of color #CA39F9: hue angle of 285.31º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA39F9 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20257249-
CMYK0.190.7700.02
HSL285.31º94.12%60%-
HSV(B)285.31º77.11%97.65%-
XYZ42.9222.3291.67-
YUV122.24199.54184.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 57 (22.66% from 255) = 11.22%
BLUE value IS 249 (97.66% from 255) = 49.02%
R=39.76%
G=11.22%
B=49.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202572490.190.7700.02285.3194.1260
HexCA39F9134D0211d5e3c
Octal31271371231150243513674
Binary11001010111001111110011001110011010101000111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39F9; }

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

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

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

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

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

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

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

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