Html Css Color HEX #C370F7 Heliotrope

📋 copy color: '#C370F7'

red 195 ◦ green 112 ◦ blue 247

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

Shades of Heliotrope #C370F7

Tints of Heliotrope #C370F7

RGB

 RED value IS 195 (76.56% from 255) = 35.2%

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

 BLUE value IS 247 (96.88% from 255) = 44.58%

R = 35.2%
G = 20.22%
B = 44.58%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C370F7 (or 0xC370F7) is known color: Heliotrope. HEX triplet: C3, 70 and F7. RGB value is (195,112,247). Sum of RGB (Red+Green+Blue) = 195+112+247=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #C370F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370F7 is #3C8F08. Grayscale: #979797. Windows color (decimal): -3968777 or 16216259. OLE color: 16216259.

HSL color Cylindrical-coordinate representation of color #C370F7: hue angle of 276.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C370F7 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 112 247 -
CMYK 0.21 0.55 0 0.03
HSL 276.89º 0.89% 0.7% -
HSV(B) 276.89º 0.55% 0.97% -
XYZ 45.09 29.91 91.39 -
YUV 152.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 195 112 247 0.21 0.55 0 0.03 276.89 0.89 0.7
Hex C3 70 F7 15 37 0 3 115 59 46
Octal 303 160 367 25 67 0 3 425 131 106
Binary 11000011 1110000 11110111 10101 110111 0 11 100010101 1011001 1000110

Color Harmonies of #C370F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370F7

Black with #C370F7

Text Example


Text Example

White with #C370F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370F7; }

 p { color: rgb(195,112,247); }

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

background-color css

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

 a { background-color: rgb(195,112,247); }

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

border-color css

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

 span { border-color: rgb(195,112,247); }

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