#CA76D5

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

Shades of Orchid #CA76D5

Tints of Orchid #CA76D5

Color information

#CA76D5 (or 0xCA76D5) is unknown color: approx Orchid. HEX triplet: CA, 76 and D5. RGB value is (202,118,213). Sum of RGB (Red+Green+Blue) = 202+118+213=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76D5 is #35892A. Grayscale: #999999. Windows color (decimal): -3508523 or 13989578. OLE color: 13989578.

HSL color Cylindrical-coordinate representation of color #CA76D5: hue angle of 293.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA76D5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202118213-
CMYK0.050.4500.16
HSL293.05º53.07%64.9%-
HSV(B)293.05º44.6%83.53%-
XYZ42.8530.3266.54-
YUV153.95161.33162.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=37.90%
G=22.14%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021182130.050.4500.16293.0553.0764.9
HexCA76D552D0101253541
Octal31216632555502044565101
Binary110010101110110110101011011011010100001001001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76D5; }

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

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

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

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

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

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

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

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