Html Css Color HEX #C686FE Heliotrope

📋 copy color: '#C686FE'

red 198 ◦ green 134 ◦ blue 254

#C686FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C686FE

Tints of Heliotrope #C686FE

RGB

 RED value IS 198 (77.73% from 255) = 33.79%

 GREEN value IS 134 (52.73% from 255) = 22.87%

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 33.79%
G = 22.87%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C686FE (or 0xC686FE) is known color: Heliotrope. HEX triplet: C6, 86 and FE. RGB value is (198,134,254). Sum of RGB (Red+Green+Blue) = 198+134+254=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C686FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686FE is #397901. Grayscale: #A6A6A6. Windows color (decimal): -3766530 or 16680646. OLE color: 16680646.

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

Color convert

RGB 198 134 254 -
CMYK 0.22 0.47 0 0.00
HSL 272º 0.98% 0.76% -
HSV(B) 272º 0.47% 1% -
XYZ 49.7 36.21 98.14 -
YUV 166.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 198 134 254 0.22 0.47 0 0.00 272 0.98 0.76
Hex C6 86 FE 16 2F 0 0 110 62 4C
Octal 306 206 376 26 57 0 0 420 142 114
Binary 11000110 10000110 11111110 10110 101111 0 0 100010000 1100010 1001100

Color Harmonies of #C686FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686FE

Black with #C686FE

Text Example


Text Example

White with #C686FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686FE; }

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

 H1.HeaderClassName
 {
   color: #C686FE;
 }
 .AnyTagClassName
 {
   color: #C686FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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