#C06FF4

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

Shades of Heliotrope #C06FF4

Tints of Heliotrope #C06FF4

Color information

#C06FF4 (or 0xC06FF4) is unknown color: approx Heliotrope. HEX triplet: C0, 6F and F4. RGB value is (192,111,244). Sum of RGB (Red+Green+Blue) = 192+111+244=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #C06FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FF4 is #3F900B. Grayscale: #959595. Windows color (decimal): -4165644 or 16019392. OLE color: 16019392.

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

Color convert

RGB192111244-
CMYK0.210.5500.04
HSL276.54º85.81%69.61%-
HSV(B)276.54º54.51%95.69%-
XYZ43.7529.1188.9-
YUV150.38180.84157.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 244 (95.70% from 255) = 44.61%
R=35.10%
G=20.29%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921112440.210.5500.04276.5485.8169.61
HexC06FF41537041155646
Octal300157364256704425126106
Binary1100000011011111111010010101110111010010001010110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FF4; }

 p { color: rgb(192,111,244); }

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

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

 a { background-color: rgb(192,111,244); }

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

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

 span { border-color: rgb(192,111,244); }

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