Html Css Color HEX #C375FE Heliotrope

📋 copy color: '#C375FE'

red 195 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #C375FE

Tints of Heliotrope #C375FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.67%

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

R = 34.45%
G = 20.67%
B = 44.88%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C375FE (or 0xC375FE) is known color: Heliotrope. HEX triplet: C3, 75 and FE. RGB value is (195,117,254). Sum of RGB (Red+Green+Blue) = 195+117+254=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C375FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FE is #3C8A01. Grayscale: #9B9B9B. Windows color (decimal): -3967490 or 16676291. OLE color: 16676291.

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

Color convert

RGB 195 117 254 -
CMYK 0.23 0.54 0 0.00
HSL 274.16º 0.99% 0.73% -
HSV(B) 274.16º 0.54% 1% -
XYZ 46.76 31.48 97.38 -
YUV 155.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 195 117 254 0.23 0.54 0 0.00 274.16 0.99 0.73
Hex C3 75 FE 17 36 0 0 112 63 49
Octal 303 165 376 27 66 0 0 422 143 111
Binary 11000011 1110101 11111110 10111 110110 0 0 100010010 1100011 1001001

Color Harmonies of #C375FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375FE

Black with #C375FE

Text Example


Text Example

White with #C375FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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