#CA76B5

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

Shades of Orchid #CA76B5

Tints of Orchid #CA76B5

Color information

#CA76B5 (or 0xCA76B5) is unknown color: approx Orchid. HEX triplet: CA, 76 and B5. RGB value is (202,118,181). Sum of RGB (Red+Green+Blue) = 202+118+181=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B5 is #35894A. Grayscale: #969696. Windows color (decimal): -3508555 or 11892426. OLE color: 11892426.

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

Color convert

RGB202118181-
CMYK00.420.100.21
HSL315º44.21%62.75%-
HSV(B)315º41.58%79.22%-
XYZ39.1828.8547.22-
YUV150.3145.33164.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=40.32%
G=23.55%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211818100.420.100.2131544.2162.75
HexCA76B502AA1513b2c3f
Octal31216626505212254735477
Binary110010101110110101101010101010101010101100111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76B5; }

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

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

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

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

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

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

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

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