Html Css Color HEX #C971EF Heliotrope

📋 copy color: '#C971EF'

red 201 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #C971EF

Tints of Heliotrope #C971EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.43%

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

R = 36.35%
G = 20.43%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C971EF (or 0xC971EF) is known color: Heliotrope. HEX triplet: C9, 71 and EF. RGB value is (201,113,239). Sum of RGB (Red+Green+Blue) = 201+113+239=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #C971EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EF is #368E10. Grayscale: #999999. Windows color (decimal): -3575313 or 15692233. OLE color: 15692233.

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

Color convert

RGB 201 113 239 -
CMYK 0.16 0.53 0 0.06
HSL 281.9º 0.8% 0.69% -
HSV(B) 281.9º 0.53% 0.94% -
XYZ 45.57 30.46 85.14 -
YUV 153.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 201 113 239 0.16 0.53 0 0.06 281.9 0.8 0.69
Hex C9 71 EF 10 35 0 6 11A 50 45
Octal 311 161 357 20 65 0 6 432 120 105
Binary 11001001 1110001 11101111 10000 110101 0 110 100011010 1010000 1000101

Color Harmonies of #C971EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971EF

Black with #C971EF

Text Example


Text Example

White with #C971EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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