#C97FBC

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

Shades of Orchid #C97FBC

Tints of Orchid #C97FBC

Color information

#C97FBC (or 0xC97FBC) is unknown color: approx Orchid. HEX triplet: C9, 7F and BC. RGB value is (201,127,188). Sum of RGB (Red+Green+Blue) = 201+127+188=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FBC is #368043. Grayscale: #9B9B9B. Windows color (decimal): -3571780 or 12353481. OLE color: 12353481.

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

Color convert

RGB201127188-
CMYK00.370.060.21
HSL310.54º40.66%64.31%-
HSV(B)310.54º36.82%78.82%-
XYZ40.7531.2351.46-
YUV156.08146.02160.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=38.95%
G=24.61%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112718800.370.060.21310.5440.6664.31
HexC97FBC0256151372940
Octal31117727404562546751100
Binary110010011111111101111000100101110101011001101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FBC; }

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

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

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

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

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

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

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

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