#CB77D5

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

Shades of Orchid #CB77D5

Tints of Orchid #CB77D5

Color information

#CB77D5 (or 0xCB77D5) is unknown color: approx Orchid. HEX triplet: CB, 77 and D5. RGB value is (203,119,213). Sum of RGB (Red+Green+Blue) = 203+119+213=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77D5 is #34882A. Grayscale: #9A9A9A. Windows color (decimal): -3442731 or 13989835. OLE color: 13989835.

HSL color Cylindrical-coordinate representation of color #CB77D5: hue angle of 293.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB77D5 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203119213-
CMYK0.050.4400.16
HSL293.62º52.81%65.1%-
HSV(B)293.62º44.13%83.53%-
XYZ43.2430.6966.6-
YUV154.83160.83162.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=37.94%
G=22.24%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031192130.050.4400.16293.6252.8165.1
HexCB77D552C0101263541
Octal31316732555402044665101
Binary110010111110111110101011011011000100001001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77D5; }

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

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

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

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

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

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

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

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