Html Css Color HEX #C984FF Heliotrope

📋 copy color: '#C984FF'

red 201 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #C984FF

Tints of Heliotrope #C984FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 34.18%
G = 22.45%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C984FF (or 0xC984FF) is known color: Heliotrope. HEX triplet: C9, 84 and FF. RGB value is (201,132,255). Sum of RGB (Red+Green+Blue) = 201+132+255=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C984FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FF is #367B00. Grayscale: #A6A6A6. Windows color (decimal): -3570433 or 16745673. OLE color: 16745673.

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

Color convert

RGB 201 132 255 -
CMYK 0.21 0.48 0 0
HSL 273.66º 1% 0.76% -
HSV(B) 273.66º 0.48% 1% -
XYZ 50.39 36.14 98.93 -
YUV 166.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 201 132 255 0.21 0.48 0 0 273.66 1 0.76
Hex C9 84 FF 15 30 0 0 112 64 4C
Octal 311 204 377 25 60 0 0 422 144 114
Binary 11001001 10000100 11111111 10101 110000 0 0 100010010 1100100 1001100

Color Harmonies of #C984FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984FF

Black with #C984FF

Text Example


Text Example

White with #C984FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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