Html Css Color HEX #C986F4 Heliotrope

📋 copy color: '#C986F4'

red 201 ◦ green 134 ◦ blue 244

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

Shades of Heliotrope #C986F4

Tints of Heliotrope #C986F4

RGB

 RED value IS 201 (78.91% from 255) = 34.72%

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

 BLUE value IS 244 (95.7% from 255) = 42.14%

R = 34.72%
G = 23.14%
B = 42.14%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C986F4 (or 0xC986F4) is known color: Heliotrope. HEX triplet: C9, 86 and F4. RGB value is (201,134,244). Sum of RGB (Red+Green+Blue) = 201+134+244=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #C986F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986F4 is #36790B. Grayscale: #A6A6A6. Windows color (decimal): -3569932 or 16025289. OLE color: 16025289.

HSL color Cylindrical-coordinate representation of color #C986F4: hue angle of 276.55º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C986F4 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 134 244 -
CMYK 0.18 0.45 0 0.04
HSL 276.55º 0.83% 0.74% -
HSV(B) 276.55º 0.45% 0.96% -
XYZ 48.94 36 89.96 -
YUV 166.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 201 134 244 0.18 0.45 0 0.04 276.55 0.83 0.74
Hex C9 86 F4 12 2D 0 4 115 53 4A
Octal 311 206 364 22 55 0 4 425 123 112
Binary 11001001 10000110 11110100 10010 101101 0 100 100010101 1010011 1001010

Color Harmonies of #C986F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986F4

Black with #C986F4

Text Example


Text Example

White with #C986F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986F4; }

 p { color: rgb(201,134,244); }

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

background-color css

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

 a { background-color: rgb(201,134,244); }

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

border-color css

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

 span { border-color: rgb(201,134,244); }

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