Html Css Color HEX #C375E8 Heliotrope

📋 copy color: '#C375E8'

red 195 ◦ green 117 ◦ blue 232

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

Shades of Heliotrope #C375E8

Tints of Heliotrope #C375E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 35.85%
G = 21.51%
B = 42.65%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C375E8 (or 0xC375E8) is known color: Heliotrope. HEX triplet: C3, 75 and E8. RGB value is (195,117,232). Sum of RGB (Red+Green+Blue) = 195+117+232=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #C375E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375E8 is #3C8A17. Grayscale: #999999. Windows color (decimal): -3967512 or 15234499. OLE color: 15234499.

HSL color Cylindrical-coordinate representation of color #C375E8: hue angle of 280.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C375E8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 117 232 -
CMYK 0.16 0.50 0 0.09
HSL 280.7º 0.71% 0.68% -
HSV(B) 280.7º 0.5% 0.91% -
XYZ 43.43 30.15 79.87 -
YUV 153.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 195 117 232 0.16 0.50 0 0.09 280.7 0.71 0.68
Hex C3 75 E8 10 32 0 9 119 47 44
Octal 303 165 350 20 62 0 11 431 107 104
Binary 11000011 1110101 11101000 10000 110010 0 1001 100011001 1000111 1000100

Color Harmonies of #C375E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375E8

Black with #C375E8

Text Example


Text Example

White with #C375E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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