Html Css Color HEX #C971E6 Heliotrope

📋 copy color: '#C971E6'

red 201 ◦ green 113 ◦ blue 230

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

Shades of Heliotrope #C971E6

Tints of Heliotrope #C971E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 36.95%
G = 20.77%
B = 42.28%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C971E6 (or 0xC971E6) is known color: Heliotrope. HEX triplet: C9, 71 and E6. RGB value is (201,113,230). Sum of RGB (Red+Green+Blue) = 201+113+230=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #C971E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971E6 is #368E19. Grayscale: #989898. Windows color (decimal): -3575322 or 15102409. OLE color: 15102409.

HSL color Cylindrical-coordinate representation of color #C971E6: hue angle of 285.13º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C971E6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 113 230 -
CMYK 0.13 0.51 0 0.10
HSL 285.13º 0.7% 0.67% -
HSV(B) 285.13º 0.51% 0.9% -
XYZ 44.28 29.94 78.31 -
YUV 152.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 201 113 230 0.13 0.51 0 0.10 285.13 0.7 0.67
Hex C9 71 E6 D 33 0 A 11D 46 43
Octal 311 161 346 15 63 0 12 435 106 103
Binary 11001001 1110001 11100110 1101 110011 0 1010 100011101 1000110 1000011

Color Harmonies of #C971E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971E6

Black with #C971E6

Text Example


Text Example

White with #C971E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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