#C97EFD

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

Shades of Heliotrope #C97EFD

Tints of Heliotrope #C97EFD

Color information

#C97EFD (or 0xC97EFD) is unknown color: approx Heliotrope. HEX triplet: C9, 7E and FD. RGB value is (201,126,253). Sum of RGB (Red+Green+Blue) = 201+126+253=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #C97EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EFD is #368102. Grayscale: #A2A2A2. Windows color (decimal): -3571971 or 16613065. OLE color: 16613065.

HSL color Cylindrical-coordinate representation of color #C97EFD: hue angle of 275.43º degrees, saturation: 0.97, 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 #C97EFD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201126253-
CMYK0.210.5000.01
HSL275.43º96.95%74.31%-
HSV(B)275.43º50.2%99.22%-
XYZ49.2834.4396.98-
YUV162.9178.85155.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=34.66%
G=21.72%
B=43.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011262530.210.5000.01275.4396.9574.31
HexC97EFD153201113614a
Octal311176375256201423141112
Binary11001001111111011111101101011100100110001001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EFD; }

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

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

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

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

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

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

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

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