#C686FD

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

Shades of Heliotrope #C686FD

Tints of Heliotrope #C686FD

Color information

#C686FD (or 0xC686FD) is unknown color: approx Heliotrope. HEX triplet: C6, 86 and FD. RGB value is (198,134,253). Sum of RGB (Red+Green+Blue) = 198+134+253=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #C686FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686FD is #397902. Grayscale: #A6A6A6. Windows color (decimal): -3766531 or 16615110. OLE color: 16615110.

HSL color Cylindrical-coordinate representation of color #C686FD: hue angle of 272.27º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C686FD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198134253-
CMYK0.220.4700.01
HSL272.27º96.75%75.88%-
HSV(B)272.27º47.04%99.22%-
XYZ49.5436.1597.29-
YUV166.7176.7150.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=33.85%
G=22.91%
B=43.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981342530.220.4700.01272.2796.7575.88
HexC686FD162F01110614c
Octal306206375265701420141114
Binary110001101000011011111101101101011110110001000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686FD; }

 p { color: rgb(198,134,253); }

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

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

 a { background-color: rgb(198,134,253); }

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

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

 span { border-color: rgb(198,134,253); }

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