#CA7BB9

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

Shades of Orchid #CA7BB9

Tints of Orchid #CA7BB9

Color information

#CA7BB9 (or 0xCA7BB9) is unknown color: approx Orchid. HEX triplet: CA, 7B and B9. RGB value is (202,123,185). Sum of RGB (Red+Green+Blue) = 202+123+185=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BB9 is #358446. Grayscale: #999999. Windows color (decimal): -3507271 or 12155850. OLE color: 12155850.

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

Color convert

RGB202123185-
CMYK00.390.080.21
HSL312.91º42.7%63.73%-
HSV(B)312.91º39.11%79.22%-
XYZ40.230.2349.61-
YUV153.69145.67162.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=39.61%
G=24.12%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212318500.390.080.21312.9142.763.73
HexCA7BB90278151392b40
Octal312173271047102547153100
Binary1100101011110111011100101001111000101011001110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BB9; }

 p { color: rgb(202,123,185); }

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

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

 a { background-color: rgb(202,123,185); }

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

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

 span { border-color: rgb(202,123,185); }

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