#CA6AD5

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

Shades of Orchid #CA6AD5

Tints of Orchid #CA6AD5

Color information

#CA6AD5 (or 0xCA6AD5) is unknown color: approx Orchid. HEX triplet: CA, 6A and D5. RGB value is (202,106,213). Sum of RGB (Red+Green+Blue) = 202+106+213=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AD5 is #35952A. Grayscale: #929292. Windows color (decimal): -3511595 or 13986506. OLE color: 13986506.

HSL color Cylindrical-coordinate representation of color #CA6AD5: hue angle of 293.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6AD5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202106213-
CMYK0.050.5000.16
HSL293.83º56.02%62.55%-
HSV(B)293.83º50.23%83.53%-
XYZ41.5227.6766.1-
YUV146.9165.3167.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=38.77%
G=20.35%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021062130.050.5000.16293.8356.0262.55
HexCA6AD5532010126383f
Octal3121523255620204467077
Binary11001010110101011010101101110010010000100100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6AD5; }

 p { color: rgb(202,106,213); }

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

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

 a { background-color: rgb(202,106,213); }

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

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

 span { border-color: rgb(202,106,213); }

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