#CA76CB

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

Shades of Orchid #CA76CB

Tints of Orchid #CA76CB

Color information

#CA76CB (or 0xCA76CB) is unknown color: approx Orchid. HEX triplet: CA, 76 and CB. RGB value is (202,118,203). Sum of RGB (Red+Green+Blue) = 202+118+203=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76CB is #358934. Grayscale: #989898. Windows color (decimal): -3508533 or 13334218. OLE color: 13334218.

HSL color Cylindrical-coordinate representation of color #CA76CB: hue angle of 299.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76CB is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202118203-
CMYK0.000.4200.20
HSL299.29º44.97%62.94%-
HSV(B)299.29º41.87%79.61%-
XYZ41.6229.8360.06-
YUV152.81156.33163.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=38.62%
G=22.56%
B=38.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021182030.000.4200.20299.2944.9762.94
HexCA76CB02A01412b2d3f
Octal3121663130520244535577
Binary110010101110110110010110101010010100100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76CB; }

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

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

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

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

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

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

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

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