Html Css Color HEX #C375E7 Heliotrope

📋 copy color: '#C375E7'

red 195 ◦ green 117 ◦ blue 231

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

Shades of Heliotrope #C375E7

Tints of Heliotrope #C375E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.54%

R = 35.91%
G = 21.55%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C375E7 (or 0xC375E7) is known color: Heliotrope. HEX triplet: C3, 75 and E7. RGB value is (195,117,231). Sum of RGB (Red+Green+Blue) = 195+117+231=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #C375E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375E7 is #3C8A18. Grayscale: #989898. Windows color (decimal): -3967513 or 15168963. OLE color: 15168963.

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

Color convert

RGB 195 117 231 -
CMYK 0.16 0.49 0 0.09
HSL 281.05º 0.7% 0.68% -
HSV(B) 281.05º 0.49% 0.91% -
XYZ 43.29 30.09 79.13 -
YUV 153.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 195 117 231 0.16 0.49 0 0.09 281.05 0.7 0.68
Hex C3 75 E7 10 31 0 9 119 46 44
Octal 303 165 347 20 61 0 11 431 106 104
Binary 11000011 1110101 11100111 10000 110001 0 1001 100011001 1000110 1000100

Color Harmonies of #C375E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375E7

Black with #C375E7

Text Example


Text Example

White with #C375E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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