#CA6ADD

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

Shades of Orchid #CA6ADD

Tints of Orchid #CA6ADD

Color information

#CA6ADD (or 0xCA6ADD) is unknown color: approx Orchid. HEX triplet: CA, 6A and DD. RGB value is (202,106,221). Sum of RGB (Red+Green+Blue) = 202+106+221=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADD is #359522. Grayscale: #939393. Windows color (decimal): -3511587 or 14510794. OLE color: 14510794.

HSL color Cylindrical-coordinate representation of color #CA6ADD: hue angle of 290.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6ADD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202106221-
CMYK0.090.5200.13
HSL290.09º62.84%64.12%-
HSV(B)290.09º52.04%86.67%-
XYZ42.5628.0971.58-
YUV147.81169.3166.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=38.19%
G=20.04%
B=41.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021062210.090.5200.13290.0962.8464.12
HexCA6ADD9340D1223f40
Octal312152335116401544277100
Binary110010101101010110111011001110100011011001000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6ADD; }

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

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

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

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

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

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

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

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