#CA76D8

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

Shades of Orchid #CA76D8

Tints of Orchid #CA76D8

Color information

#CA76D8 (or 0xCA76D8) is unknown color: approx Orchid. HEX triplet: CA, 76 and D8. RGB value is (202,118,216). Sum of RGB (Red+Green+Blue) = 202+118+216=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76D8 is #358927. Grayscale: #999999. Windows color (decimal): -3508520 or 14186186. OLE color: 14186186.

HSL color Cylindrical-coordinate representation of color #CA76D8: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA76D8 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202118216-
CMYK0.060.4500.15
HSL291.43º55.68%65.49%-
HSV(B)291.43º45.37%84.71%-
XYZ43.2330.4768.57-
YUV154.29162.83162.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 118 (46.48% from 255) = 22.01%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=37.69%
G=22.01%
B=40.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021182160.060.4500.15291.4355.6865.49
HexCA76D862D0F1233841
Octal31216633065501744370101
Binary11001010111011011011000110101101011111001000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76D8; }

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

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

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

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

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

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

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

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