#C97EFC

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

Shades of Heliotrope #C97EFC

Tints of Heliotrope #C97EFC

Color information

#C97EFC (or 0xC97EFC) is unknown color: approx Heliotrope. HEX triplet: C9, 7E and FC. RGB value is (201,126,252). Sum of RGB (Red+Green+Blue) = 201+126+252=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EFC is #368103. Grayscale: #A2A2A2. Windows color (decimal): -3571972 or 16547529. OLE color: 16547529.

HSL color Cylindrical-coordinate representation of color #C97EFC: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97EFC is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201126252-
CMYK0.200.500.01
HSL275.71º95.45%74.12%-
HSV(B)275.71º50%98.82%-
XYZ49.1234.3796.14-
YUV162.79178.35155.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 126 (49.61% from 255) = 21.76%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=34.72%
G=21.76%
B=43.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011262520.200.500.01275.7195.4574.12
HexC97EFC1432011145f4a
Octal311176374246201424137112
Binary11001001111111011111100101001100100110001010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EFC; }

 p { color: rgb(201,126,252); }

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

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

 a { background-color: rgb(201,126,252); }

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

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

 span { border-color: rgb(201,126,252); }

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