#C972FD

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

Shades of Heliotrope #C972FD

Tints of Heliotrope #C972FD

Color information

#C972FD (or 0xC972FD) is unknown color: approx Heliotrope. HEX triplet: C9, 72 and FD. RGB value is (201,114,253). Sum of RGB (Red+Green+Blue) = 201+114+253=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #C972FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FD is #368D02. Grayscale: #9B9B9B. Windows color (decimal): -3575043 or 16609993. OLE color: 16609993.

HSL color Cylindrical-coordinate representation of color #C972FD: hue angle of 277.55º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C972FD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201114253-
CMYK0.210.5500.01
HSL277.55º97.2%71.96%-
HSV(B)277.55º54.94%99.22%-
XYZ47.8331.5496.5-
YUV155.86182.82160.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=35.39%
G=20.07%
B=44.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011142530.210.5500.01277.5597.271.96
HexC972FD1537011166148
Octal311162375256701426141110
Binary11001001111001011111101101011101110110001011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972FD; }

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

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

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

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

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

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

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

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