#CB76D0

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

Shades of Orchid #CB76D0

Tints of Orchid #CB76D0

Color information

#CB76D0 (or 0xCB76D0) is unknown color: approx Orchid. HEX triplet: CB, 76 and D0. RGB value is (203,118,208). Sum of RGB (Red+Green+Blue) = 203+118+208=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76D0 is #34892F. Grayscale: #999999. Windows color (decimal): -3442992 or 13661899. OLE color: 13661899.

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

Color convert

RGB203118208-
CMYK0.020.4300.18
HSL296.67º48.91%63.92%-
HSV(B)296.67º43.27%81.57%-
XYZ42.4930.2163.27-
YUV153.67158.66163.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=38.37%
G=22.31%
B=39.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031182080.020.4300.18296.6748.9163.92
HexCB76D022B0121293140
Octal31316632025302245161100
Binary11001011111011011010000101010110100101001010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76D0; }

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

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

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

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

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

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

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

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