#C980BD

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

Shades of Orchid #C980BD

Tints of Orchid #C980BD

Color information

#C980BD (or 0xC980BD) is unknown color: approx Orchid. HEX triplet: C9, 80 and BD. RGB value is (201,128,189). Sum of RGB (Red+Green+Blue) = 201+128+189=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BD is #367F42. Grayscale: #9C9C9C. Windows color (decimal): -3571523 or 12419273. OLE color: 12419273.

HSL color Cylindrical-coordinate representation of color #C980BD: hue angle of 309.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980BD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201128189-
CMYK00.360.060.21
HSL309.86º40.33%64.51%-
HSV(B)309.86º36.32%78.82%-
XYZ40.9931.5352.07-
YUV156.78146.18159.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=38.80%
G=24.71%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112818900.360.060.21309.8640.3364.51
HexC980BD0246151362841
Octal31120027504462546650101
Binary1100100110000000101111010100100110101011001101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980BD; }

 p { color: rgb(201,128,189); }

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

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

 a { background-color: rgb(201,128,189); }

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

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

 span { border-color: rgb(201,128,189); }

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