Html Css Color HEX #C981EF Heliotrope

📋 copy color: '#C981EF'

red 201 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #C981EF

Tints of Heliotrope #C981EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 35.33%
G = 22.67%
B = 42%

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

#C981EF (or 0xC981EF) is known color: Heliotrope. HEX triplet: C9, 81 and EF. RGB value is (201,129,239). Sum of RGB (Red+Green+Blue) = 201+129+239=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C981EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EF is #367E10. Grayscale: #A2A2A2. Windows color (decimal): -3571217 or 15696329. OLE color: 15696329.

HSL color Cylindrical-coordinate representation of color #C981EF: hue angle of 279.27º degrees, saturation: 0.77, 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 #C981EF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 129 239 -
CMYK 0.16 0.46 0 0.06
HSL 279.27º 0.77% 0.72% -
HSV(B) 279.27º 0.46% 0.94% -
XYZ 47.52 34.35 85.79 -
YUV 163.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 201 129 239 0.16 0.46 0 0.06 279.27 0.77 0.72
Hex C9 81 EF 10 2E 0 6 117 4D 48
Octal 311 201 357 20 56 0 6 427 115 110
Binary 11001001 10000001 11101111 10000 101110 0 110 100010111 1001101 1001000

Color Harmonies of #C981EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981EF

Black with #C981EF

Text Example


Text Example

White with #C981EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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