#C953F9

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

Shades of Heliotrope #C953F9

Tints of Heliotrope #C953F9

Color information

#C953F9 (or 0xC953F9) is unknown color: approx Heliotrope. HEX triplet: C9, 53 and F9. RGB value is (201,83,249). Sum of RGB (Red+Green+Blue) = 201+83+249=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #C953F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953F9 is #36AC06. Grayscale: #888888. Windows color (decimal): -3582983 or 16339913. OLE color: 16339913.

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

Color convert

RGB20183249-
CMYK0.190.6700.02
HSL282.65º93.26%65.1%-
HSV(B)282.65º66.67%97.65%-
XYZ44.2825.4492.2-
YUV137.21191.09173.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 83 (32.81% from 255) = 15.57%
BLUE value IS 249 (97.66% from 255) = 46.72%
R=37.71%
G=15.57%
B=46.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201832490.190.6700.02282.6593.2665.1
HexC953F913430211b5d41
Octal3111233712310302433135101
Binary1100100110100111111100110011100001101010001101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C953F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C953F9; }

 p { color: rgb(201,83,249); }

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

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

 a { background-color: rgb(201,83,249); }

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

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

 span { border-color: rgb(201,83,249); }

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