#CA76DA

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

Shades of Orchid #CA76DA

Tints of Orchid #CA76DA

Color information

#CA76DA (or 0xCA76DA) is unknown color: approx Orchid. HEX triplet: CA, 76 and DA. RGB value is (202,118,218). Sum of RGB (Red+Green+Blue) = 202+118+218=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DA is #358925. Grayscale: #9A9A9A. Windows color (decimal): -3508518 or 14317258. OLE color: 14317258.

HSL color Cylindrical-coordinate representation of color #CA76DA: hue angle of 290.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA76DA is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202118218-
CMYK0.070.4600.15
HSL290.4º57.47%65.88%-
HSV(B)290.4º45.87%85.49%-
XYZ43.4930.5869.94-
YUV154.52163.83161.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=37.55%
G=21.93%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021182180.070.4600.15290.457.4765.88
HexCA76DA72E0F1223942
Octal31216633275601744271102
Binary11001010111011011011010111101110011111001000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76DA; }

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

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

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

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

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

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

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

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