#CB77D3

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

Shades of Orchid #CB77D3

Tints of Orchid #CB77D3

Color information

#CB77D3 (or 0xCB77D3) is unknown color: approx Orchid. HEX triplet: CB, 77 and D3. RGB value is (203,119,211). Sum of RGB (Red+Green+Blue) = 203+119+211=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77D3 is #34882C. Grayscale: #9A9A9A. Windows color (decimal): -3442733 or 13858763. OLE color: 13858763.

HSL color Cylindrical-coordinate representation of color #CB77D3: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB77D3 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203119211-
CMYK0.040.4400.17
HSL294.78º51.11%64.71%-
HSV(B)294.78º43.6%82.75%-
XYZ42.9830.5965.27-
YUV154.6159.83162.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=38.09%
G=22.33%
B=39.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031192110.040.4400.17294.7851.1164.71
HexCB77D342C0111273341
Octal31316732345402144763101
Binary110010111110111110100111001011000100011001001111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77D3; }

 p { color: rgb(203,119,211); }

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

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

 a { background-color: rgb(203,119,211); }

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

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

 span { border-color: rgb(203,119,211); }

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