#C06BFA

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

Shades of Heliotrope #C06BFA

Tints of Heliotrope #C06BFA

Color information

#C06BFA (or 0xC06BFA) is unknown color: approx Heliotrope. HEX triplet: C0, 6B and FA. RGB value is (192,107,250). Sum of RGB (Red+Green+Blue) = 192+107+250=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C06BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFA is #3F9405. Grayscale: #949494. Windows color (decimal): -4166662 or 16411584. OLE color: 16411584.

HSL color Cylindrical-coordinate representation of color #C06BFA: hue angle of 275.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06BFA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192107250-
CMYK0.230.5700.02
HSL275.66º93.46%70%-
HSV(B)275.66º57.2%98.04%-
XYZ44.2528.6293.64-
YUV148.72185.16158.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=34.97%
G=19.49%
B=45.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921072500.230.5700.02275.6693.4670
HexC06BFA1739021145d46
Octal300153372277102424135106
Binary110000001101011111110101011111100101010001010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BFA; }

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

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

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

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

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

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

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

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