Html Css Color HEX #C378E5 Heliotrope

📋 copy color: '#C378E5'

red 195 ◦ green 120 ◦ blue 229

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

Shades of Heliotrope #C378E5

Tints of Heliotrope #C378E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 35.85%
G = 22.06%
B = 42.1%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C378E5 (or 0xC378E5) is known color: Heliotrope. HEX triplet: C3, 78 and E5. RGB value is (195,120,229). Sum of RGB (Red+Green+Blue) = 195+120+229=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #C378E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378E5 is #3C871A. Grayscale: #9A9A9A. Windows color (decimal): -3966747 or 15038659. OLE color: 15038659.

HSL color Cylindrical-coordinate representation of color #C378E5: hue angle of 281.28º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C378E5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 120 229 -
CMYK 0.15 0.48 0 0.10
HSL 281.28º 0.68% 0.68% -
HSV(B) 281.28º 0.48% 0.9% -
XYZ 43.37 30.69 77.77 -
YUV 154.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 195 120 229 0.15 0.48 0 0.10 281.28 0.68 0.68
Hex C3 78 E5 F 30 0 A 119 44 44
Octal 303 170 345 17 60 0 12 431 104 104
Binary 11000011 1111000 11100101 1111 110000 0 1010 100011001 1000100 1000100

Color Harmonies of #C378E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378E5

Black with #C378E5

Text Example


Text Example

White with #C378E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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