#C978B9

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

Shades of Orchid #C978B9

Tints of Orchid #C978B9

Color information

#C978B9 (or 0xC978B9) is unknown color: approx Orchid. HEX triplet: C9, 78 and B9. RGB value is (201,120,185). Sum of RGB (Red+Green+Blue) = 201+120+185=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C978B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978B9 is #368746. Grayscale: #979797. Windows color (decimal): -3573575 or 12155081. OLE color: 12155081.

HSL color Cylindrical-coordinate representation of color #C978B9: hue angle of 311.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978B9 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201120185-
CMYK00.400.080.21
HSL311.85º42.86%62.94%-
HSV(B)311.85º40.3%78.82%-
XYZ39.5629.3549.48-
YUV151.63146.84163.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=39.72%
G=23.72%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112018500.400.080.21311.8542.8662.94
HexC978B90288151382b3f
Octal31117027105010254705377
Binary110010011111000101110010101000100010101100111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978B9; }

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

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

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

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

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

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

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

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