#C980CD

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

Shades of Orchid #C980CD

Tints of Orchid #C980CD

Color information

#C980CD (or 0xC980CD) is unknown color: approx Orchid. HEX triplet: C9, 80 and CD. RGB value is (201,128,205). Sum of RGB (Red+Green+Blue) = 201+128+205=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C980CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980CD is #367F32. Grayscale: #9E9E9E. Windows color (decimal): -3571507 or 13467849. OLE color: 13467849.

HSL color Cylindrical-coordinate representation of color #C980CD: hue angle of 296.88º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C980CD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201128205-
CMYK0.020.3800.20
HSL296.88º43.5%65.29%-
HSV(B)296.88º37.56%80.39%-
XYZ42.8332.2661.73-
YUV158.6154.18158.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=37.64%
G=23.97%
B=38.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011282050.020.3800.20296.8843.565.29
HexC980CD2260141292c41
Octal31120031524602445154101
Binary110010011000000011001101101001100101001001010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980CD; }

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

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

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

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

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

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

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

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