#C764F2

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

Shades of Heliotrope #C764F2

Tints of Heliotrope #C764F2

Color information

#C764F2 (or 0xC764F2) is unknown color: approx Heliotrope. HEX triplet: C7, 64 and F2. RGB value is (199,100,242). Sum of RGB (Red+Green+Blue) = 199+100+242=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #C764F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764F2 is #389B0D. Grayscale: #919191. Windows color (decimal): -3709710 or 15885511. OLE color: 15885511.

HSL color Cylindrical-coordinate representation of color #C764F2: hue angle of 281.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C764F2 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199100242-
CMYK0.180.5900.05
HSL281.83º84.52%67.06%-
HSV(B)281.83º58.68%94.9%-
XYZ44.1427.6787.02-
YUV145.79182.3165.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.78%
GREEN value IS 100 (39.45% from 255) = 18.48%
BLUE value IS 242 (94.92% from 255) = 44.73%
R=36.78%
G=18.48%
B=44.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991002420.180.5900.05281.8384.5267.06
HexC764F2123B0511a5543
Octal307144362227305432125103
Binary1100011111001001111001010010111011010110001101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764F2; }

 p { color: rgb(199,100,242); }

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

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

 a { background-color: rgb(199,100,242); }

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

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

 span { border-color: rgb(199,100,242); }

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