#C978CD

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

Shades of Orchid #C978CD

Tints of Orchid #C978CD

Color information

#C978CD (or 0xC978CD) is unknown color: approx Orchid. HEX triplet: C9, 78 and CD. RGB value is (201,120,205). Sum of RGB (Red+Green+Blue) = 201+120+205=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C978CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978CD is #368732. Grayscale: #999999. Windows color (decimal): -3573555 or 13465801. OLE color: 13465801.

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

Color convert

RGB201120205-
CMYK0.020.4100.20
HSL297.18º45.95%63.73%-
HSV(B)297.18º41.46%80.39%-
XYZ41.8230.2661.39-
YUV153.91156.84161.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=38.21%
G=22.81%
B=38.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011202050.020.4100.20297.1845.9563.73
HexC978CD2290141292e40
Octal31117031525102445156100
Binary11001001111100011001101101010010101001001010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978CD; }

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

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

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

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

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

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

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

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