Html Css Color HEX #C970EC Heliotrope

📋 copy color: '#C970EC'

red 201 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C970EC

Tints of Heliotrope #C970EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.4%

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

R = 36.61%
G = 20.4%
B = 42.99%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C970EC (or 0xC970EC) is known color: Heliotrope. HEX triplet: C9, 70 and EC. RGB value is (201,112,236). Sum of RGB (Red+Green+Blue) = 201+112+236=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970EC is #368F13. Grayscale: #989898. Windows color (decimal): -3575572 or 15495369. OLE color: 15495369.

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

Color convert

RGB 201 112 236 -
CMYK 0.15 0.53 0 0.07
HSL 283.06º 0.77% 0.68% -
HSV(B) 283.06º 0.53% 0.93% -
XYZ 45.02 30.06 82.79 -
YUV 152.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 201 112 236 0.15 0.53 0 0.07 283.06 0.77 0.68
Hex C9 70 EC F 35 0 7 11B 4D 44
Octal 311 160 354 17 65 0 7 433 115 104
Binary 11001001 1110000 11101100 1111 110101 0 111 100011011 1001101 1000100

Color Harmonies of #C970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970EC

Black with #C970EC

Text Example


Text Example

White with #C970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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