Html Css Color HEX #C981F0 Heliotrope

📋 copy color: '#C981F0'

red 201 ◦ green 129 ◦ blue 240

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

Shades of Heliotrope #C981F0

Tints of Heliotrope #C981F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 35.26%
G = 22.63%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C981F0 (or 0xC981F0) is known color: Heliotrope. HEX triplet: C9, 81 and F0. RGB value is (201,129,240). Sum of RGB (Red+Green+Blue) = 201+129+240=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C981F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981F0 is #367E0F. Grayscale: #A2A2A2. Windows color (decimal): -3571216 or 15761865. OLE color: 15761865.

HSL color Cylindrical-coordinate representation of color #C981F0: hue angle of 278.92º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C981F0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 129 240 -
CMYK 0.16 0.46 0 0.06
HSL 278.92º 0.79% 0.72% -
HSV(B) 278.92º 0.46% 0.94% -
XYZ 47.67 34.41 86.57 -
YUV 163.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 201 129 240 0.16 0.46 0 0.06 278.92 0.79 0.72
Hex C9 81 F0 10 2E 0 6 117 4F 48
Octal 311 201 360 20 56 0 6 427 117 110
Binary 11001001 10000001 11110000 10000 101110 0 110 100010111 1001111 1001000

Color Harmonies of #C981F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981F0

Black with #C981F0

Text Example


Text Example

White with #C981F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981F0; }

 p { color: rgb(201,129,240); }

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

background-color css

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

 a { background-color: rgb(201,129,240); }

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

border-color css

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

 span { border-color: rgb(201,129,240); }

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