Html Css Color HEX #C378FF Heliotrope

📋 copy color: '#C378FF'

red 195 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #C378FF

Tints of Heliotrope #C378FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 34.21%
G = 21.05%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C378FF (or 0xC378FF) is known color: Heliotrope. HEX triplet: C3, 78 and FF. RGB value is (195,120,255). Sum of RGB (Red+Green+Blue) = 195+120+255=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C378FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378FF is #3C8700. Grayscale: #9D9D9D. Windows color (decimal): -3966721 or 16742595. OLE color: 16742595.

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

Color convert

RGB 195 120 255 -
CMYK 0.24 0.53 0 0
HSL 273.33º 1% 0.74% -
HSV(B) 273.33º 0.53% 1% -
XYZ 47.27 32.26 98.34 -
YUV 157.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 195 120 255 0.24 0.53 0 0 273.33 1 0.74
Hex C3 78 FF 18 35 0 0 111 64 4A
Octal 303 170 377 30 65 0 0 421 144 112
Binary 11000011 1111000 11111111 11000 110101 0 0 100010001 1100100 1001010

Color Harmonies of #C378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378FF

Black with #C378FF

Text Example


Text Example

White with #C378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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