Html Css Color HEX #C378FE Heliotrope

📋 copy color: '#C378FE'

red 195 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #C378FE

Tints of Heliotrope #C378FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.09%

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

R = 34.27%
G = 21.09%
B = 44.64%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C378FE (or 0xC378FE) is known color: Heliotrope. HEX triplet: C3, 78 and FE. RGB value is (195,120,254). Sum of RGB (Red+Green+Blue) = 195+120+254=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #C378FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378FE is #3C8701. Grayscale: #9D9D9D. Windows color (decimal): -3966722 or 16677059. OLE color: 16677059.

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

Color convert

RGB 195 120 254 -
CMYK 0.23 0.53 0 0.00
HSL 273.58º 0.99% 0.73% -
HSV(B) 273.58º 0.53% 1% -
XYZ 47.11 32.19 97.5 -
YUV 157.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 195 120 254 0.23 0.53 0 0.00 273.58 0.99 0.73
Hex C3 78 FE 17 35 0 0 112 63 49
Octal 303 170 376 27 65 0 0 422 143 111
Binary 11000011 1111000 11111110 10111 110101 0 0 100010010 1100011 1001001

Color Harmonies of #C378FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378FE

Black with #C378FE

Text Example


Text Example

White with #C378FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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