Html Css Color HEX #C986FB Heliotrope

📋 copy color: '#C986FB'

red 201 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #C986FB

Tints of Heliotrope #C986FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 34.3%
G = 22.87%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C986FB (or 0xC986FB) is known color: Heliotrope. HEX triplet: C9, 86 and FB. RGB value is (201,134,251). Sum of RGB (Red+Green+Blue) = 201+134+251=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #C986FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986FB is #367904. Grayscale: #A6A6A6. Windows color (decimal): -3569925 or 16484041. OLE color: 16484041.

HSL color Cylindrical-coordinate representation of color #C986FB: hue angle of 274.36º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C986FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 134 251 -
CMYK 0.20 0.47 0 0.02
HSL 274.36º 0.94% 0.75% -
HSV(B) 274.36º 0.47% 0.98% -
XYZ 50.03 36.43 95.66 -
YUV 167.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 201 134 251 0.20 0.47 0 0.02 274.36 0.94 0.75
Hex C9 86 FB 14 2F 0 2 112 5E 4B
Octal 311 206 373 24 57 0 2 422 136 113
Binary 11001001 10000110 11111011 10100 101111 0 10 100010010 1011110 1001011

Color Harmonies of #C986FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986FB

Black with #C986FB

Text Example


Text Example

White with #C986FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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