Html Css Color HEX #C971EC Heliotrope

📋 copy color: '#C971EC'

red 201 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #C971EC

Tints of Heliotrope #C971EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 36.55%
G = 20.55%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C971EC (or 0xC971EC) is known color: Heliotrope. HEX triplet: C9, 71 and EC. RGB value is (201,113,236). Sum of RGB (Red+Green+Blue) = 201+113+236=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #C971EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EC is #368E13. Grayscale: #989898. Windows color (decimal): -3575316 or 15495625. OLE color: 15495625.

HSL color Cylindrical-coordinate representation of color #C971EC: hue angle of 282.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C971EC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 113 236 -
CMYK 0.15 0.52 0 0.07
HSL 282.93º 0.76% 0.68% -
HSV(B) 282.93º 0.52% 0.93% -
XYZ 45.13 30.28 82.82 -
YUV 153.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 201 113 236 0.15 0.52 0 0.07 282.93 0.76 0.68
Hex C9 71 EC F 34 0 7 11B 4C 44
Octal 311 161 354 17 64 0 7 433 114 104
Binary 11001001 1110001 11101100 1111 110100 0 111 100011011 1001100 1000100

Color Harmonies of #C971EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971EC

Black with #C971EC

Text Example


Text Example

White with #C971EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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