Html Css Color HEX #C970EA Heliotrope

📋 copy color: '#C970EA'

red 201 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #C970EA

Tints of Heliotrope #C970EA

RGB

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

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

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

R = 36.75%
G = 20.48%
B = 42.78%

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

#C970EA (or 0xC970EA) is known color: Heliotrope. HEX triplet: C9, 70 and EA. RGB value is (201,112,234). Sum of RGB (Red+Green+Blue) = 201+112+234=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C970EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970EA is #368F15. Grayscale: #989898. Windows color (decimal): -3575574 or 15364297. OLE color: 15364297.

HSL color Cylindrical-coordinate representation of color #C970EA: hue angle of 283.77º 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 #C970EA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 112 234 -
CMYK 0.14 0.52 0 0.08
HSL 283.77º 0.74% 0.68% -
HSV(B) 283.77º 0.52% 0.92% -
XYZ 44.73 29.95 81.26 -
YUV 152.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 201 112 234 0.14 0.52 0 0.08 283.77 0.74 0.68
Hex C9 70 EA E 34 0 8 11C 4A 44
Octal 311 160 352 16 64 0 10 434 112 104
Binary 11001001 1110000 11101010 1110 110100 0 1000 100011100 1001010 1000100

Color Harmonies of #C970EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970EA

Black with #C970EA

Text Example


Text Example

White with #C970EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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