Html Css Color HEX #C686FF Heliotrope

📋 copy color: '#C686FF'

red 198 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #C686FF

Tints of Heliotrope #C686FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 33.73%
G = 22.83%
B = 43.44%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C686FF (or 0xC686FF) is known color: Heliotrope. HEX triplet: C6, 86 and FF. RGB value is (198,134,255). Sum of RGB (Red+Green+Blue) = 198+134+255=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #C686FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686FF is #397900. Grayscale: #A6A6A6. Windows color (decimal): -3766529 or 16746182. OLE color: 16746182.

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

Color convert

RGB 198 134 255 -
CMYK 0.22 0.47 0 0
HSL 271.74º 1% 0.76% -
HSV(B) 271.74º 0.47% 1% -
XYZ 49.86 36.28 98.98 -
YUV 166.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 198 134 255 0.22 0.47 0 0 271.74 1 0.76
Hex C6 86 FF 16 2F 0 0 110 64 4C
Octal 306 206 377 26 57 0 0 420 144 114
Binary 11000110 10000110 11111111 10110 101111 0 0 100010000 1100100 1001100

Color Harmonies of #C686FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686FF

Black with #C686FF

Text Example


Text Example

White with #C686FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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