#C975FA

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

Shades of Heliotrope #C975FA

Tints of Heliotrope #C975FA

Color information

#C975FA (or 0xC975FA) is unknown color: approx Heliotrope. HEX triplet: C9, 75 and FA. RGB value is (201,117,250). Sum of RGB (Red+Green+Blue) = 201+117+250=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C975FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FA is #368A05. Grayscale: #9C9C9C. Windows color (decimal): -3574278 or 16414153. OLE color: 16414153.

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

Color convert

RGB201117250-
CMYK0.200.5300.02
HSL277.89º93.01%71.96%-
HSV(B)277.89º53.2%98.04%-
XYZ47.732.0494.11-
YUV157.28180.33159.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=35.39%
G=20.60%
B=44.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011172500.200.5300.02277.8993.0171.96
HexC975FA1435021165d48
Octal311165372246502426135110
Binary110010011110101111110101010011010101010001011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975FA; }

 p { color: rgb(201,117,250); }

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

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

 a { background-color: rgb(201,117,250); }

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

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

 span { border-color: rgb(201,117,250); }

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