#C97FFB

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

Shades of Heliotrope #C97FFB

Tints of Heliotrope #C97FFB

Color information

#C97FFB (or 0xC97FFB) is unknown color: approx Heliotrope. HEX triplet: C9, 7F and FB. RGB value is (201,127,251). Sum of RGB (Red+Green+Blue) = 201+127+251=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C97FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FFB is #368004. Grayscale: #A2A2A2. Windows color (decimal): -3571717 or 16482249. OLE color: 16482249.

HSL color Cylindrical-coordinate representation of color #C97FFB: hue angle of 275.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97FFB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201127251-
CMYK0.200.4900.02
HSL275.81º93.94%74.12%-
HSV(B)275.81º49.4%98.43%-
XYZ49.0934.5695.35-
YUV163.26177.52154.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=34.72%
G=21.93%
B=43.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011272510.200.4900.02275.8193.9474.12
HexC97FFB1431021145e4a
Octal311177373246102424136112
Binary110010011111111111110111010011000101010001010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FFB; }

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

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

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

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

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

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

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

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