#CA5FD3

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

Shades of Medium Orchid #CA5FD3

Tints of Medium Orchid #CA5FD3

Color information

#CA5FD3 (or 0xCA5FD3) is unknown color: approx Medium Orchid. HEX triplet: CA, 5F and D3. RGB value is (202,95,211). Sum of RGB (Red+Green+Blue) = 202+95+211=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA5FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD3 is #35A02C. Grayscale: #8B8B8B. Windows color (decimal): -3514413 or 13852618. OLE color: 13852618.

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

Color convert

RGB20295211-
CMYK0.040.5500.17
HSL295.34º56.86%60%-
HSV(B)295.34º54.98%82.75%-
XYZ40.2125.4464.42-
YUV140.22167.95172.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=39.76%
G=18.70%
B=41.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202952110.040.5500.17295.3456.8660
HexCA5FD3437011127393c
Octal3121373234670214477174
Binary11001010101111111010011100110111010001100100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FD3; }

 p { color: rgb(202,95,211); }

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

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

 a { background-color: rgb(202,95,211); }

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

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

 span { border-color: rgb(202,95,211); }

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