#C97FCF

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

Shades of Orchid #C97FCF

Tints of Orchid #C97FCF

Color information

#C97FCF (or 0xC97FCF) is unknown color: approx Orchid. HEX triplet: C9, 7F and CF. RGB value is (201,127,207). Sum of RGB (Red+Green+Blue) = 201+127+207=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCF is #368030. Grayscale: #9E9E9E. Windows color (decimal): -3571761 or 13598665. OLE color: 13598665.

HSL color Cylindrical-coordinate representation of color #C97FCF: hue angle of 295.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97FCF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201127207-
CMYK0.030.3900.19
HSL295.5º45.45%65.49%-
HSV(B)295.5º38.65%81.18%-
XYZ42.9432.162.96-
YUV158.25155.52158.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=37.57%
G=23.74%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011272070.030.3900.19295.545.4565.49
HexC97FCF3270131282d41
Octal31117731734702345055101
Binary11001001111111111001111111001110100111001010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FCF; }

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

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

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

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

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

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

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

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