#C97FF0

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

Shades of Heliotrope #C97FF0

Tints of Heliotrope #C97FF0

Color information

#C97FF0 (or 0xC97FF0) is unknown color: approx Heliotrope. HEX triplet: C9, 7F and F0. RGB value is (201,127,240). Sum of RGB (Red+Green+Blue) = 201+127+240=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #C97FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FF0 is #36800F. Grayscale: #A1A1A1. Windows color (decimal): -3571728 or 15761353. OLE color: 15761353.

HSL color Cylindrical-coordinate representation of color #C97FF0: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97FF0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201127240-
CMYK0.160.4700.06
HSL279.29º79.02%71.96%-
HSV(B)279.29º47.08%94.12%-
XYZ47.433.8986.48-
YUV162.01172.02155.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 127 (50% from 255) = 22.36%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=35.39%
G=22.36%
B=42.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011272400.160.4700.06279.2979.0271.96
HexC97FF0102F061174f48
Octal311177360205706427117110
Binary1100100111111111111000010000101111011010001011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FF0; }

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

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

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

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

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

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

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

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