#C752FB

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

Shades of Heliotrope #C752FB

Tints of Heliotrope #C752FB

Color information

#C752FB (or 0xC752FB) is unknown color: approx Heliotrope. HEX triplet: C7, 52 and FB. RGB value is (199,82,251). Sum of RGB (Red+Green+Blue) = 199+82+251=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C752FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FB is #38AD04. Grayscale: #878787. Windows color (decimal): -3714309 or 16470727. OLE color: 16470727.

HSL color Cylindrical-coordinate representation of color #C752FB: hue angle of 281.54º degrees, saturation: 0.95, 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 #C752FB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19982251-
CMYK0.210.6700.02
HSL281.54º95.48%65.29%-
HSV(B)281.54º67.33%98.43%-
XYZ43.9825.1493.8-
YUV136.25192.76172.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 82 (32.42% from 255) = 15.41%
BLUE value IS 251 (98.44% from 255) = 47.18%
R=37.41%
G=15.41%
B=47.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199822510.210.6700.02281.5495.4865.29
HexC752FB15430211a5f41
Octal3071223732510302432137101
Binary1100011110100101111101110101100001101010001101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752FB; }

 p { color: rgb(199,82,251); }

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

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

 a { background-color: rgb(199,82,251); }

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

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

 span { border-color: rgb(199,82,251); }

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