#CA5CEF

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

Shades of Medium Orchid #CA5CEF

Tints of Medium Orchid #CA5CEF

Color information

#CA5CEF (or 0xCA5CEF) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and EF. RGB value is (202,92,239). Sum of RGB (Red+Green+Blue) = 202+92+239=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CEF is #35A310. Grayscale: #8D8D8D. Windows color (decimal): -3515153 or 15686858. OLE color: 15686858.

HSL color Cylindrical-coordinate representation of color #CA5CEF: hue angle of 284.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5CEF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20292239-
CMYK0.150.6200.06
HSL284.9º82.12%64.9%-
HSV(B)284.9º61.51%93.73%-
XYZ43.7626.4484.46-
YUV141.65182.94171.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 92 (36.33% from 255) = 17.26%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=37.90%
G=17.26%
B=44.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202922390.150.6200.06284.982.1264.9
HexCA5CEFF3E0611d5241
Octal312134357177606435122101
Binary110010101011100111011111111111110011010001110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CEF; }

 p { color: rgb(202,92,239); }

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

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

 a { background-color: rgb(202,92,239); }

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

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

 span { border-color: rgb(202,92,239); }

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