#c97fce

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

Shades of Orchid #C97FCE

Tints of Orchid #C97FCE

Color information

#C97FCE (or 0xC97FCE) is unknown color: approx Orchid. HEX triplet: C9, 7F and CE. RGB value is (201,127,206). Sum of RGB (Red+Green+Blue) = 201+127+206=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C97FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCE is #368031. Grayscale: #9D9D9D. Windows color (decimal): -3571762 or 13533129. OLE color: 13533129.

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

Color convert

RGB201127206-
CMYK0.020.3800.19
HSL296.2º44.63%65.29%-
HSV(B)296.2º38.35%80.78%-
XYZ42.8232.0562.32-
YUV158.13155.02158.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=37.64%
G=23.78%
B=38.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011272060.020.3800.19296.244.6365.29
HexC97FCE2260131282d41
Octal31117731624602345055101
Binary11001001111111111001110101001100100111001010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97fce; }

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

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

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

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

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

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

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

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