#C06BFC

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

Shades of Heliotrope #C06BFC

Tints of Heliotrope #C06BFC

Color information

#C06BFC (or 0xC06BFC) is unknown color: approx Heliotrope. HEX triplet: C0, 6B and FC. RGB value is (192,107,252). Sum of RGB (Red+Green+Blue) = 192+107+252=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFC is #3F9403. Grayscale: #949494. Windows color (decimal): -4166660 or 16542656. OLE color: 16542656.

HSL color Cylindrical-coordinate representation of color #C06BFC: hue angle of 275.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06BFC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192107252-
CMYK0.240.5800.01
HSL275.17º96.03%70.39%-
HSV(B)275.17º57.54%98.82%-
XYZ44.5728.7595.3-
YUV148.94186.16158.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 107 (42.19% from 255) = 19.42%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=34.85%
G=19.42%
B=45.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921072520.240.5800.01275.1796.0370.39
HexC06BFC183A011136046
Octal300153374307201423140106
Binary11000000110101111111100110001110100110001001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BFC; }

 p { color: rgb(192,107,252); }

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

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

 a { background-color: rgb(192,107,252); }

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

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

 span { border-color: rgb(192,107,252); }

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