#C972BB

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

Shades of Orchid #C972BB

Tints of Orchid #C972BB

Color information

#C972BB (or 0xC972BB) is unknown color: approx Orchid. HEX triplet: C9, 72 and BB. RGB value is (201,114,187). Sum of RGB (Red+Green+Blue) = 201+114+187=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C972BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972BB is #368D44. Grayscale: #949494. Windows color (decimal): -3575109 or 12284617. OLE color: 12284617.

HSL color Cylindrical-coordinate representation of color #C972BB: hue angle of 309.66º 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 #C972BB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201114187-
CMYK00.430.070.21
HSL309.66º44.62%61.76%-
HSV(B)309.66º43.28%78.82%-
XYZ39.0728.0450.37-
YUV148.34149.82165.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=40.04%
G=22.71%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111418700.430.070.21309.6644.6261.76
HexC972BB02B7151362d3e
Octal3111622730537254665576
Binary11001001111001010111011010101111110101100110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972BB; }

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

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

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

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

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

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

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

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