#CA7EC9

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

Shades of Orchid #CA7EC9

Tints of Orchid #CA7EC9

Color information

#CA7EC9 (or 0xCA7EC9) is unknown color: approx Orchid. HEX triplet: CA, 7E and C9. RGB value is (202,126,201). Sum of RGB (Red+Green+Blue) = 202+126+201=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EC9 is #358136. Grayscale: #9D9D9D. Windows color (decimal): -3506487 or 13205194. OLE color: 13205194.

HSL color Cylindrical-coordinate representation of color #CA7EC9: hue angle of 300.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EC9 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202126201-
CMYK00.380.000.21
HSL300.79º41.76%64.31%-
HSV(B)300.79º37.62%79.22%-
XYZ42.3631.759.14-
YUV157.27152.68159.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=38.19%
G=23.82%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212620100.380.000.21300.7941.7664.31
HexCA7EC902601512d2a40
Octal31217631104602545552100
Binary1100101011111101100100101001100101011001011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EC9; }

 p { color: rgb(202,126,201); }

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

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

 a { background-color: rgb(202,126,201); }

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

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

 span { border-color: rgb(202,126,201); }

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