#c97ff3

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

Shades of Heliotrope #C97FF3

Tints of Heliotrope #C97FF3

Color information

#C97FF3 (or 0xC97FF3) is unknown color: approx Heliotrope. HEX triplet: C9, 7F and F3. RGB value is (201,127,243). Sum of RGB (Red+Green+Blue) = 201+127+243=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #C97FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FF3 is #36800C. Grayscale: #A1A1A1. Windows color (decimal): -3571725 or 15957961. OLE color: 15957961.

HSL color Cylindrical-coordinate representation of color #C97FF3: hue angle of 278.28º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97FF3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201127243-
CMYK0.170.4800.05
HSL278.28º82.86%72.55%-
HSV(B)278.28º47.74%95.29%-
XYZ47.8534.0788.85-
YUV162.35173.52155.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=35.20%
G=22.24%
B=42.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011272430.170.4800.05278.2882.8672.55
HexC97FF31130051165349
Octal311177363216005426123111
Binary1100100111111111111001110001110000010110001011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97ff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97ff3; }

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

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

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

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

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

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

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

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