#C97FBB

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

Shades of Orchid #C97FBB

Tints of Orchid #C97FBB

Color information

#C97FBB (or 0xC97FBB) is unknown color: approx Orchid. HEX triplet: C9, 7F and BB. RGB value is (201,127,187). Sum of RGB (Red+Green+Blue) = 201+127+187=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FBB is #368044. Grayscale: #9B9B9B. Windows color (decimal): -3571781 or 12287945. OLE color: 12287945.

HSL color Cylindrical-coordinate representation of color #C97FBB: hue angle of 311.35º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FBB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201127187-
CMYK00.370.070.21
HSL311.35º40.66%64.31%-
HSV(B)311.35º36.82%78.82%-
XYZ40.6531.1850.89-
YUV155.97145.52160.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=39.03%
G=24.66%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112718700.370.070.21311.3540.6664.31
HexC97FBB0257151372940
Octal31117727304572546751100
Binary110010011111111101110110100101111101011001101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FBB; }

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

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

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

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

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

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

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

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