#C975B7

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

Shades of Orchid #C975B7

Tints of Orchid #C975B7

Color information

#C975B7 (or 0xC975B7) is unknown color: approx Orchid. HEX triplet: C9, 75 and B7. RGB value is (201,117,183). Sum of RGB (Red+Green+Blue) = 201+117+183=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B7 is #368A48. Grayscale: #959595. Windows color (decimal): -3574345 or 12023241. OLE color: 12023241.

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

Color convert

RGB201117183-
CMYK00.420.090.21
HSL312.86º43.75%62.35%-
HSV(B)312.86º41.79%78.82%-
XYZ3928.5648.26-
YUV149.64146.83164.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=40.12%
G=23.35%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111718300.420.090.21312.8643.7562.35
HexC975B702A9151392c3e
Octal31116526705211254715476
Binary110010011110101101101110101010100110101100111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975B7; }

 p { color: rgb(201,117,183); }

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

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

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

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

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

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

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