#CA76BE

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

Shades of Orchid #CA76BE

Tints of Orchid #CA76BE

Color information

#CA76BE (or 0xCA76BE) is unknown color: approx Orchid. HEX triplet: CA, 76 and BE. RGB value is (202,118,190). Sum of RGB (Red+Green+Blue) = 202+118+190=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76BE is #358941. Grayscale: #979797. Windows color (decimal): -3508546 or 12482250. OLE color: 12482250.

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

Color convert

RGB202118190-
CMYK00.420.060.21
HSL308.57º44.21%62.75%-
HSV(B)308.57º41.58%79.22%-
XYZ40.1329.2352.24-
YUV151.32149.83164.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=39.61%
G=23.14%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211819000.420.060.21308.5744.2162.75
HexCA76BE02A6151352c3f
Octal3121662760526254655477
Binary11001010111011010111110010101011010101100110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76BE; }

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

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

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

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

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

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

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

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