Html Css Color HEX #C971ED Heliotrope

📋 copy color: '#C971ED'

red 201 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #C971ED

Tints of Heliotrope #C971ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 36.48%
G = 20.51%
B = 43.01%

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

#C971ED (or 0xC971ED) is known color: Heliotrope. HEX triplet: C9, 71 and ED. RGB value is (201,113,237). Sum of RGB (Red+Green+Blue) = 201+113+237=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C971ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971ED is #368E12. Grayscale: #999999. Windows color (decimal): -3575315 or 15561161. OLE color: 15561161.

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

Color convert

RGB 201 113 237 -
CMYK 0.15 0.52 0 0.07
HSL 282.58º 0.78% 0.69% -
HSV(B) 282.58º 0.52% 0.93% -
XYZ 45.28 30.34 83.59 -
YUV 153.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 201 113 237 0.15 0.52 0 0.07 282.58 0.78 0.69
Hex C9 71 ED F 34 0 7 11B 4E 45
Octal 311 161 355 17 64 0 7 433 116 105
Binary 11001001 1110001 11101101 1111 110100 0 111 100011011 1001110 1000101

Color Harmonies of #C971ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971ED

Black with #C971ED

Text Example


Text Example

White with #C971ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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