Html Css Color HEX #C984FA Heliotrope

📋 copy color: '#C984FA'

red 201 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #C984FA

Tints of Heliotrope #C984FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 34.48%
G = 22.64%
B = 42.88%

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

#C984FA (or 0xC984FA) is known color: Heliotrope. HEX triplet: C9, 84 and FA. RGB value is (201,132,250). Sum of RGB (Red+Green+Blue) = 201+132+250=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #C984FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FA is #367B05. Grayscale: #A5A5A5. Windows color (decimal): -3570438 or 16417993. OLE color: 16417993.

HSL color Cylindrical-coordinate representation of color #C984FA: hue angle of 275.08º degrees, saturation: 0.92, 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 #C984FA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 132 250 -
CMYK 0.20 0.47 0 0.02
HSL 275.08º 0.92% 0.75% -
HSV(B) 275.08º 0.47% 0.98% -
XYZ 49.59 35.82 94.74 -
YUV 166.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 201 132 250 0.20 0.47 0 0.02 275.08 0.92 0.75
Hex C9 84 FA 14 2F 0 2 113 5C 4B
Octal 311 204 372 24 57 0 2 423 134 113
Binary 11001001 10000100 11111010 10100 101111 0 10 100010011 1011100 1001011

Color Harmonies of #C984FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984FA

Black with #C984FA

Text Example


Text Example

White with #C984FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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