#C972C9

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

Shades of Orchid #C972C9

Tints of Orchid #C972C9

Color information

#C972C9 (or 0xC972C9) is unknown color: approx Orchid. HEX triplet: C9, 72 and C9. RGB value is (201,114,201). Sum of RGB (Red+Green+Blue) = 201+114+201=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C972C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972C9 is #368D36. Grayscale: #959595. Windows color (decimal): -3575095 or 13202121. OLE color: 13202121.

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

Color convert

RGB201114201-
CMYK00.4300.21
HSL300º44.62%61.76%-
HSV(B)300º43.28%78.82%-
XYZ40.6528.6758.65-
YUV149.93156.82164.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=38.95%
G=22.09%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111420100.4300.2130044.6261.76
HexC972C902B01512c2d3e
Octal3111623110530254545576
Binary110010011110010110010010101011010101100101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972C9; }

 p { color: rgb(201,114,201); }

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

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

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

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

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

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

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