Html Css Color HEX #C378FD Heliotrope

📋 copy color: '#C378FD'

red 195 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #C378FD

Tints of Heliotrope #C378FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 34.33%
G = 21.13%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C378FD (or 0xC378FD) is known color: Heliotrope. HEX triplet: C3, 78 and FD. RGB value is (195,120,253). Sum of RGB (Red+Green+Blue) = 195+120+253=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #C378FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378FD is #3C8702. Grayscale: #9D9D9D. Windows color (decimal): -3966723 or 16611523. OLE color: 16611523.

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

Color convert

RGB 195 120 253 -
CMYK 0.23 0.53 0 0.01
HSL 273.83º 0.97% 0.73% -
HSV(B) 273.83º 0.53% 0.99% -
XYZ 46.95 32.13 96.65 -
YUV 157.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 195 120 253 0.23 0.53 0 0.01 273.83 0.97 0.73
Hex C3 78 FD 17 35 0 1 112 61 49
Octal 303 170 375 27 65 0 1 422 141 111
Binary 11000011 1111000 11111101 10111 110101 0 1 100010010 1100001 1001001

Color Harmonies of #C378FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378FD

Black with #C378FD

Text Example


Text Example

White with #C378FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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