#CB80D0

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

Shades of Orchid #CB80D0

Tints of Orchid #CB80D0

Color information

#CB80D0 (or 0xCB80D0) is unknown color: approx Orchid. HEX triplet: CB, 80 and D0. RGB value is (203,128,208). Sum of RGB (Red+Green+Blue) = 203+128+208=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80D0 is #347F2F. Grayscale: #9F9F9F. Windows color (decimal): -3440432 or 13664459. OLE color: 13664459.

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

Color convert

RGB203128208-
CMYK0.020.3800.18
HSL296.25º45.98%65.88%-
HSV(B)296.25º38.46%81.57%-
XYZ43.7332.6963.68-
YUV159.54155.35159-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=37.66%
G=23.75%
B=38.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031282080.020.3800.18296.2545.9865.88
HexCB80D02260121282e42
Octal31320032024602245056102
Binary110010111000000011010000101001100100101001010001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80D0; }

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

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

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

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

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

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

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

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