Html Css Color HEX #C986FD Heliotrope

📋 copy color: '#C986FD'

red 201 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #C986FD

Tints of Heliotrope #C986FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 34.18%
G = 22.79%
B = 43.03%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C986FD (or 0xC986FD) is known color: Heliotrope. HEX triplet: C9, 86 and FD. RGB value is (201,134,253). Sum of RGB (Red+Green+Blue) = 201+134+253=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #C986FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986FD is #367902. Grayscale: #A7A7A7. Windows color (decimal): -3569923 or 16615113. OLE color: 16615113.

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

Color convert

RGB 201 134 253 -
CMYK 0.21 0.47 0 0.01
HSL 273.78º 0.97% 0.76% -
HSV(B) 273.78º 0.47% 0.99% -
XYZ 50.34 36.56 97.33 -
YUV 167.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 201 134 253 0.21 0.47 0 0.01 273.78 0.97 0.76
Hex C9 86 FD 15 2F 0 1 112 61 4C
Octal 311 206 375 25 57 0 1 422 141 114
Binary 11001001 10000110 11111101 10101 101111 0 1 100010010 1100001 1001100

Color Harmonies of #C986FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986FD

Black with #C986FD

Text Example


Text Example

White with #C986FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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