#CA7CB9

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

Shades of Orchid #CA7CB9

Tints of Orchid #CA7CB9

Color information

#CA7CB9 (or 0xCA7CB9) is unknown color: approx Orchid. HEX triplet: CA, 7C and B9. RGB value is (202,124,185). Sum of RGB (Red+Green+Blue) = 202+124+185=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CB9 is #358346. Grayscale: #9A9A9A. Windows color (decimal): -3507015 or 12156106. OLE color: 12156106.

HSL color Cylindrical-coordinate representation of color #CA7CB9: hue angle of 313.08º degrees, saturation: 0.42, 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 #CA7CB9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202124185-
CMYK00.390.080.21
HSL313.08º42.39%63.92%-
HSV(B)313.08º38.61%79.22%-
XYZ40.3230.4749.66-
YUV154.28145.34162.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=39.53%
G=24.27%
B=36.20%

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
Decimal20212418500.390.080.21313.0842.3963.92
HexCA7CB90278151392a40
Octal312174271047102547152100
Binary1100101011111001011100101001111000101011001110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CB9; }

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

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

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

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

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

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

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

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