#C975EA

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

Shades of Heliotrope #C975EA

Tints of Heliotrope #C975EA

Color information

#C975EA (or 0xC975EA) is unknown color: approx Heliotrope. HEX triplet: C9, 75 and EA. RGB value is (201,117,234). Sum of RGB (Red+Green+Blue) = 201+117+234=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #C975EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EA is #368A15. Grayscale: #9B9B9B. Windows color (decimal): -3574294 or 15365577. OLE color: 15365577.

HSL color Cylindrical-coordinate representation of color #C975EA: hue angle of 283.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C975EA is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201117234-
CMYK0.140.500.08
HSL283.08º73.58%68.82%-
HSV(B)283.08º50%91.76%-
XYZ45.331.0881.45-
YUV155.45172.33160.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=36.41%
G=21.20%
B=42.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011172340.140.500.08283.0873.5868.82
HexC975EAE320811b4a45
Octal3111653521662010433112105
Binary1100100111101011110101011101100100100010001101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975EA; }

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

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

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

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

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

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

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

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