#CA76B9

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

Shades of Orchid #CA76B9

Tints of Orchid #CA76B9

Color information

#CA76B9 (or 0xCA76B9) is unknown color: approx Orchid. HEX triplet: CA, 76 and B9. RGB value is (202,118,185). Sum of RGB (Red+Green+Blue) = 202+118+185=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B9 is #358946. Grayscale: #969696. Windows color (decimal): -3508551 or 12154570. OLE color: 12154570.

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

Color convert

RGB202118185-
CMYK00.420.080.21
HSL312.14º44.21%62.75%-
HSV(B)312.14º41.58%79.22%-
XYZ39.5929.0249.41-
YUV150.75147.33164.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=40%
G=23.37%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211818500.420.080.21312.1444.2162.75
HexCA76B902A8151382c3f
Octal31216627105210254705477
Binary110010101110110101110010101010100010101100111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76B9; }

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

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

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

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

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

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

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

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