#CA5CD4

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

Shades of Medium Orchid #CA5CD4

Tints of Medium Orchid #CA5CD4

Color information

#CA5CD4 (or 0xCA5CD4) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and D4. RGB value is (202,92,212). Sum of RGB (Red+Green+Blue) = 202+92+212=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA5CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD4 is #35A32B. Grayscale: #8A8A8A. Windows color (decimal): -3515180 or 13917386. OLE color: 13917386.

HSL color Cylindrical-coordinate representation of color #CA5CD4: hue angle of 295º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5CD4 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20292212-
CMYK0.050.5700.17
HSL295º58.25%59.61%-
HSV(B)295º56.6%83.14%-
XYZ40.0724.9664.99-
YUV138.57169.44173.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=39.92%
G=18.18%
B=41.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202922120.050.5700.1729558.2559.61
HexCA5CD45390111273a3c
Octal3121343245710214477274
Binary11001010101110011010100101111001010001100100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CD4; }

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

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

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

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

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

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

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

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