#CA5CD6

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

Shades of Medium Orchid #CA5CD6

Tints of Medium Orchid #CA5CD6

Color information

#CA5CD6 (or 0xCA5CD6) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and D6. RGB value is (202,92,214). Sum of RGB (Red+Green+Blue) = 202+92+214=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA5CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD6 is #35A329. Grayscale: #8A8A8A. Windows color (decimal): -3515178 or 14048458. OLE color: 14048458.

HSL color Cylindrical-coordinate representation of color #CA5CD6: hue angle of 294.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5CD6 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20292214-
CMYK0.060.5700.16
HSL294.1º59.8%60%-
HSV(B)294.1º57.01%83.92%-
XYZ40.3225.0766.33-
YUV138.8170.44173.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=39.76%
G=18.11%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202922140.060.5700.16294.159.860
HexCA5CD66390101263c3c
Octal3121343266710204467474
Binary11001010101110011010110110111001010000100100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CD6; }

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

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

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

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

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

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

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

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