Html Css Color HEX #C372F6 Heliotrope

📋 copy color: '#C372F6'

red 195 ◦ green 114 ◦ blue 246

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

Shades of Heliotrope #C372F6

Tints of Heliotrope #C372F6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.54%

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 35.14%
G = 20.54%
B = 44.32%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C372F6 (or 0xC372F6) is known color: Heliotrope. HEX triplet: C3, 72 and F6. RGB value is (195,114,246). Sum of RGB (Red+Green+Blue) = 195+114+246=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #C372F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372F6 is #3C8D09. Grayscale: #989898. Windows color (decimal): -3968266 or 16151235. OLE color: 16151235.

HSL color Cylindrical-coordinate representation of color #C372F6: hue angle of 276.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C372F6 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 114 246 -
CMYK 0.21 0.54 0 0.04
HSL 276.82º 0.88% 0.71% -
HSV(B) 276.82º 0.54% 0.96% -
XYZ 45.16 30.29 90.66 -
YUV 153.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 195 114 246 0.21 0.54 0 0.04 276.82 0.88 0.71
Hex C3 72 F6 15 36 0 4 115 58 47
Octal 303 162 366 25 66 0 4 425 130 107
Binary 11000011 1110010 11110110 10101 110110 0 100 100010101 1011000 1000111

Color Harmonies of #C372F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372F6

Black with #C372F6

Text Example


Text Example

White with #C372F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372F6; }

 p { color: rgb(195,114,246); }

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

background-color css

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

 a { background-color: rgb(195,114,246); }

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

border-color css

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

 span { border-color: rgb(195,114,246); }

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