#CA39DA

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

Shades of Medium Orchid #CA39DA

Tints of Medium Orchid #CA39DA

Color information

#CA39DA (or 0xCA39DA) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and DA. RGB value is (202,57,218). Sum of RGB (Red+Green+Blue) = 202+57+218=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39DA is #35C625. Grayscale: #767676. Windows color (decimal): -3524134 or 14301642. OLE color: 14301642.

HSL color Cylindrical-coordinate representation of color #CA39DA: hue angle of 294.04º 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 #CA39DA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20257218-
CMYK0.070.7400.15
HSL294.04º68.51%53.92%-
HSV(B)294.04º73.85%85.49%-
XYZ38.4820.5468.27-
YUV118.71184.04187.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 57 (22.66% from 255) = 11.95%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=42.35%
G=11.95%
B=45.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202572180.070.7400.15294.0468.5153.92
HexCA39DA74A0F1264536
Octal31271332711201744610566
Binary11001010111001110110101111001010011111001001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39DA; }

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

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

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

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

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

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

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

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