Html Css Color HEX #C370EC Heliotrope

📋 copy color: '#C370EC'

red 195 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C370EC

Tints of Heliotrope #C370EC

RGB

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

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

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

R = 35.91%
G = 20.63%
B = 43.46%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C370EC (or 0xC370EC) is known color: Heliotrope. HEX triplet: C3, 70 and EC. RGB value is (195,112,236). Sum of RGB (Red+Green+Blue) = 195+112+236=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #C370EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370EC is #3C8F13. Grayscale: #969696. Windows color (decimal): -3968788 or 15495363. OLE color: 15495363.

HSL color Cylindrical-coordinate representation of color #C370EC: hue angle of 280.16º 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 #C370EC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 112 236 -
CMYK 0.17 0.53 0 0.07
HSL 280.16º 0.77% 0.68% -
HSV(B) 280.16º 0.53% 0.93% -
XYZ 43.44 29.25 82.71 -
YUV 150.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 195 112 236 0.17 0.53 0 0.07 280.16 0.77 0.68
Hex C3 70 EC 11 35 0 7 118 4D 44
Octal 303 160 354 21 65 0 7 430 115 104
Binary 11000011 1110000 11101100 10001 110101 0 111 100011000 1001101 1000100

Color Harmonies of #C370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370EC

Black with #C370EC

Text Example


Text Example

White with #C370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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