Html Css Color HEX #C971EA Heliotrope

📋 copy color: '#C971EA'

red 201 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #C971EA

Tints of Heliotrope #C971EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 36.68%
G = 20.62%
B = 42.7%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C971EA (or 0xC971EA) is known color: Heliotrope. HEX triplet: C9, 71 and EA. RGB value is (201,113,234). Sum of RGB (Red+Green+Blue) = 201+113+234=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #C971EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EA is #368E15. Grayscale: #989898. Windows color (decimal): -3575318 or 15364553. OLE color: 15364553.

HSL color Cylindrical-coordinate representation of color #C971EA: hue angle of 283.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C971EA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 113 234 -
CMYK 0.14 0.52 0 0.08
HSL 283.64º 0.74% 0.68% -
HSV(B) 283.64º 0.52% 0.92% -
XYZ 44.84 30.17 81.3 -
YUV 153.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 201 113 234 0.14 0.52 0 0.08 283.64 0.74 0.68
Hex C9 71 EA E 34 0 8 11C 4A 44
Octal 311 161 352 16 64 0 10 434 112 104
Binary 11001001 1110001 11101010 1110 110100 0 1000 100011100 1001010 1000100

Color Harmonies of #C971EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971EA

Black with #C971EA

Text Example


Text Example

White with #C971EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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