#CA5FD6

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

Shades of Medium Orchid #CA5FD6

Tints of Medium Orchid #CA5FD6

Color information

#CA5FD6 (or 0xCA5FD6) is unknown color: approx Medium Orchid. HEX triplet: CA, 5F and D6. RGB value is (202,95,214). Sum of RGB (Red+Green+Blue) = 202+95+214=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD6 is #35A029. Grayscale: #8C8C8C. Windows color (decimal): -3514410 or 14049226. OLE color: 14049226.

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

Color convert

RGB20295214-
CMYK0.060.5600.16
HSL293.95º59.2%60.59%-
HSV(B)293.95º55.61%83.92%-
XYZ40.5925.666.42-
YUV140.56169.45171.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=39.53%
G=18.59%
B=41.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202952140.060.5600.16293.9559.260.59
HexCA5FD66380101263b3d
Octal3121373266700204467375
Binary11001010101111111010110110111000010000100100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FD6; }

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

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

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

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

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

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

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

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