#CA5DE6

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

Shades of Medium Orchid #CA5DE6

Tints of Medium Orchid #CA5DE6

Color information

#CA5DE6 (or 0xCA5DE6) is unknown color: approx Medium Orchid. HEX triplet: CA, 5D and E6. RGB value is (202,93,230). Sum of RGB (Red+Green+Blue) = 202+93+230=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA5DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DE6 is #35A219. Grayscale: #8C8C8C. Windows color (decimal): -3514906 or 15097290. OLE color: 15097290.

HSL color Cylindrical-coordinate representation of color #CA5DE6: hue angle of 287.74º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5DE6 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20293230-
CMYK0.120.6000.10
HSL287.74º73.26%63.33%-
HSV(B)287.74º59.57%90.2%-
XYZ42.5526.177.66-
YUV141.21178.11171.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=38.48%
G=17.71%
B=43.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202932300.120.6000.10287.7473.2663.33
HexCA5DE6C3C0A120493f
Octal312135346147401244011177
Binary110010101011101111001101100111100010101001000001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DE6; }

 p { color: rgb(202,93,230); }

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

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

 a { background-color: rgb(202,93,230); }

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

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

 span { border-color: rgb(202,93,230); }

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