#C97CFC

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

Shades of Heliotrope #C97CFC

Tints of Heliotrope #C97CFC

Color information

#C97CFC (or 0xC97CFC) is unknown color: approx Heliotrope. HEX triplet: C9, 7C and FC. RGB value is (201,124,252). Sum of RGB (Red+Green+Blue) = 201+124+252=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFC is #368303. Grayscale: #A1A1A1. Windows color (decimal): -3572484 or 16547017. OLE color: 16547017.

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

Color convert

RGB201124252-
CMYK0.200.5100.01
HSL276.09º95.52%73.73%-
HSV(B)276.09º50.79%98.82%-
XYZ48.8733.8696.06-
YUV161.62179.01156.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 124 (48.83% from 255) = 21.49%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=34.84%
G=21.49%
B=43.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011242520.200.5100.01276.0995.5273.73
HexC97CFC143301114604a
Octal311174374246301424140112
Binary11001001111110011111100101001100110110001010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97CFC; }

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

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

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

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

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

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

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

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