#CA7ADD

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

Shades of Orchid #CA7ADD

Tints of Orchid #CA7ADD

Color information

#CA7ADD (or 0xCA7ADD) is unknown color: approx Orchid. HEX triplet: CA, 7A and DD. RGB value is (202,122,221). Sum of RGB (Red+Green+Blue) = 202+122+221=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ADD is #358522. Grayscale: #9C9C9C. Windows color (decimal): -3507491 or 14514890. OLE color: 14514890.

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

Color convert

RGB202122221-
CMYK0.090.4500.13
HSL288.48º59.28%67.25%-
HSV(B)288.48º44.8%86.67%-
XYZ44.3731.772.19-
YUV157.21164159.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=37.06%
G=22.39%
B=40.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021222210.090.4500.13288.4859.2867.25
HexCA7ADD92D0D1203b43
Octal312172335115501544073103
Binary110010101111010110111011001101101011011001000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7ADD; }

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

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

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

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

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

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

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

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