#CB76D1

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

Shades of Orchid #CB76D1

Tints of Orchid #CB76D1

Color information

#CB76D1 (or 0xCB76D1) is unknown color: approx Orchid. HEX triplet: CB, 76 and D1. RGB value is (203,118,209). Sum of RGB (Red+Green+Blue) = 203+118+209=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76D1 is #34892E. Grayscale: #999999. Windows color (decimal): -3442991 or 13727435. OLE color: 13727435.

HSL color Cylindrical-coordinate representation of color #CB76D1: hue angle of 296.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB76D1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203118209-
CMYK0.030.4400.18
HSL296.04º49.73%64.12%-
HSV(B)296.04º43.54%81.96%-
XYZ42.6230.2663.92-
YUV153.79159.16163.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 22.26%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=38.30%
G=22.26%
B=39.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031182090.030.4400.18296.0449.7364.12
HexCB76D132C0121283240
Octal31316632135402245062100
Binary11001011111011011010001111011000100101001010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76D1; }

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

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

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

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

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

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

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

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