#C772F5

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

Shades of Heliotrope #C772F5

Tints of Heliotrope #C772F5

Color information

#C772F5 (or 0xC772F5) is unknown color: approx Heliotrope. HEX triplet: C7, 72 and F5. RGB value is (199,114,245). Sum of RGB (Red+Green+Blue) = 199+114+245=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #C772F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772F5 is #388D0A. Grayscale: #999999. Windows color (decimal): -3706123 or 16085703. OLE color: 16085703.

HSL color Cylindrical-coordinate representation of color #C772F5: hue angle of 278.93º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C772F5 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199114245-
CMYK0.190.5300.04
HSL278.93º86.75%70.39%-
HSV(B)278.93º53.47%96.08%-
XYZ46.0530.7789.9-
YUV154.35179.16159.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=35.66%
G=20.43%
B=43.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991142450.190.5300.04278.9386.7570.39
HexC772F51335041175746
Octal307162365236504427127106
Binary1100011111100101111010110011110101010010001011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772F5; }

 p { color: rgb(199,114,245); }

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

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

 a { background-color: rgb(199,114,245); }

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

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

 span { border-color: rgb(199,114,245); }

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