Html Css Color HEX #C375EB Heliotrope

📋 copy color: '#C375EB'

red 195 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #C375EB

Tints of Heliotrope #C375EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 35.65%
G = 21.39%
B = 42.96%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C375EB (or 0xC375EB) is known color: Heliotrope. HEX triplet: C3, 75 and EB. RGB value is (195,117,235). Sum of RGB (Red+Green+Blue) = 195+117+235=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #C375EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375EB is #3C8A14. Grayscale: #999999. Windows color (decimal): -3967509 or 15431107. OLE color: 15431107.

HSL color Cylindrical-coordinate representation of color #C375EB: hue angle of 279.66º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C375EB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 117 235 -
CMYK 0.17 0.50 0 0.08
HSL 279.66º 0.75% 0.69% -
HSV(B) 279.66º 0.5% 0.92% -
XYZ 43.86 30.32 82.14 -
YUV 153.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 195 117 235 0.17 0.50 0 0.08 279.66 0.75 0.69
Hex C3 75 EB 11 32 0 8 118 4B 45
Octal 303 165 353 21 62 0 10 430 113 105
Binary 11000011 1110101 11101011 10001 110010 0 1000 100011000 1001011 1000101

Color Harmonies of #C375EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375EB

Black with #C375EB

Text Example


Text Example

White with #C375EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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