Html Css Color HEX #C984F6 Heliotrope

📋 copy color: '#C984F6'

red 201 ◦ green 132 ◦ blue 246

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

Shades of Heliotrope #C984F6

Tints of Heliotrope #C984F6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.8%

 BLUE value IS 246 (96.48% from 255) = 42.49%

R = 34.72%
G = 22.8%
B = 42.49%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C984F6 (or 0xC984F6) is known color: Heliotrope. HEX triplet: C9, 84 and F6. RGB value is (201,132,246). Sum of RGB (Red+Green+Blue) = 201+132+246=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #C984F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984F6 is #367B09. Grayscale: #A5A5A5. Windows color (decimal): -3570442 or 16155849. OLE color: 16155849.

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

Color convert

RGB 201 132 246 -
CMYK 0.18 0.46 0 0.04
HSL 276.32º 0.86% 0.74% -
HSV(B) 276.32º 0.46% 0.96% -
XYZ 48.97 35.57 91.47 -
YUV 165.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 201 132 246 0.18 0.46 0 0.04 276.32 0.86 0.74
Hex C9 84 F6 12 2E 0 4 114 56 4A
Octal 311 204 366 22 56 0 4 424 126 112
Binary 11001001 10000100 11110110 10010 101110 0 100 100010100 1010110 1001010

Color Harmonies of #C984F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984F6

Black with #C984F6

Text Example


Text Example

White with #C984F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984F6; }

 p { color: rgb(201,132,246); }

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

background-color css

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

 a { background-color: rgb(201,132,246); }

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

border-color css

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

 span { border-color: rgb(201,132,246); }

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