Html Css Color HEX #C986F3 Heliotrope

📋 copy color: '#C986F3'

red 201 ◦ green 134 ◦ blue 243

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

Shades of Heliotrope #C986F3

Tints of Heliotrope #C986F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.04%

R = 34.78%
G = 23.18%
B = 42.04%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C986F3 (or 0xC986F3) is known color: Heliotrope. HEX triplet: C9, 86 and F3. RGB value is (201,134,243). Sum of RGB (Red+Green+Blue) = 201+134+243=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #C986F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986F3 is #36790C. Grayscale: #A6A6A6. Windows color (decimal): -3569933 or 15959753. OLE color: 15959753.

HSL color Cylindrical-coordinate representation of color #C986F3: hue angle of 276.88º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C986F3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 134 243 -
CMYK 0.17 0.45 0 0.05
HSL 276.88º 0.82% 0.74% -
HSV(B) 276.88º 0.45% 0.95% -
XYZ 48.79 35.94 89.16 -
YUV 166.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 201 134 243 0.17 0.45 0 0.05 276.88 0.82 0.74
Hex C9 86 F3 11 2D 0 5 115 52 4A
Octal 311 206 363 21 55 0 5 425 122 112
Binary 11001001 10000110 11110011 10001 101101 0 101 100010101 1010010 1001010

Color Harmonies of #C986F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986F3

Black with #C986F3

Text Example


Text Example

White with #C986F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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