#CB80D6

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

Shades of Orchid #CB80D6

Tints of Orchid #CB80D6

Color information

#CB80D6 (or 0xCB80D6) is unknown color: approx Orchid. HEX triplet: CB, 80 and D6. RGB value is (203,128,214). Sum of RGB (Red+Green+Blue) = 203+128+214=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80D6 is #347F29. Grayscale: #9F9F9F. Windows color (decimal): -3440426 or 14057675. OLE color: 14057675.

HSL color Cylindrical-coordinate representation of color #CB80D6: hue angle of 292.33º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB80D6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203128214-
CMYK0.050.4000.16
HSL292.33º51.19%67.06%-
HSV(B)292.33º40.19%83.92%-
XYZ44.4932.9967.64-
YUV160.23158.35158.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=37.25%
G=23.49%
B=39.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031282140.050.4000.16292.3351.1967.06
HexCB80D65280101243343
Octal31320032655002044463103
Binary1100101110000000110101101011010000100001001001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80D6; }

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

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

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

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

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

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

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

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