#CA76BC

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

Shades of Orchid #CA76BC

Tints of Orchid #CA76BC

Color information

#CA76BC (or 0xCA76BC) is unknown color: approx Orchid. HEX triplet: CA, 76 and BC. RGB value is (202,118,188). Sum of RGB (Red+Green+Blue) = 202+118+188=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76BC is #358943. Grayscale: #969696. Windows color (decimal): -3508548 or 12351178. OLE color: 12351178.

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

Color convert

RGB202118188-
CMYK00.420.070.21
HSL310º44.21%62.75%-
HSV(B)310º41.58%79.22%-
XYZ39.9129.1451.1-
YUV151.1148.83164.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=39.76%
G=23.23%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211818800.420.070.2131044.2162.75
HexCA76BC02A7151362c3f
Octal3121662740527254665477
Binary11001010111011010111100010101011110101100110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76BC; }

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

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

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

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

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

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

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

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