Html Css Color HEX #C370FE Heliotrope

📋 copy color: '#C370FE'

red 195 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C370FE

Tints of Heliotrope #C370FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 34.76%
G = 19.96%
B = 45.28%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C370FE (or 0xC370FE) is known color: Heliotrope. HEX triplet: C3, 70 and FE. RGB value is (195,112,254). Sum of RGB (Red+Green+Blue) = 195+112+254=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #C370FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370FE is #3C8F01. Grayscale: #989898. Windows color (decimal): -3968770 or 16675011. OLE color: 16675011.

HSL color Cylindrical-coordinate representation of color #C370FE: hue angle of 275.07º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C370FE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 112 254 -
CMYK 0.23 0.56 0 0.00
HSL 275.07º 0.99% 0.72% -
HSV(B) 275.07º 0.56% 1% -
XYZ 46.19 30.35 97.19 -
YUV 153.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 195 112 254 0.23 0.56 0 0.00 275.07 0.99 0.72
Hex C3 70 FE 17 38 0 0 113 63 48
Octal 303 160 376 27 70 0 0 423 143 110
Binary 11000011 1110000 11111110 10111 111000 0 0 100010011 1100011 1001000

Color Harmonies of #C370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370FE

Black with #C370FE

Text Example


Text Example

White with #C370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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