Html Css Color HEX #C986FE Heliotrope

📋 copy color: '#C986FE'

red 201 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #C986FE

Tints of Heliotrope #C986FE

RGB

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

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

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

R = 34.13%
G = 22.75%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C986FE (or 0xC986FE) is known color: Heliotrope. HEX triplet: C9, 86 and FE. RGB value is (201,134,254). Sum of RGB (Red+Green+Blue) = 201+134+254=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C986FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986FE is #367901. Grayscale: #A7A7A7. Windows color (decimal): -3569922 or 16680649. OLE color: 16680649.

HSL color Cylindrical-coordinate representation of color #C986FE: hue angle of 273.5º 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 #C986FE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 134 254 -
CMYK 0.21 0.47 0 0.00
HSL 273.5º 0.98% 0.76% -
HSV(B) 273.5º 0.47% 1% -
XYZ 50.5 36.62 98.17 -
YUV 167.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 201 134 254 0.21 0.47 0 0.00 273.5 0.98 0.76
Hex C9 86 FE 15 2F 0 0 112 62 4C
Octal 311 206 376 25 57 0 0 422 142 114
Binary 11001001 10000110 11111110 10101 101111 0 0 100010010 1100010 1001100

Color Harmonies of #C986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986FE

Black with #C986FE

Text Example


Text Example

White with #C986FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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