Html Css Color HEX #C375EC Heliotrope

📋 copy color: '#C375EC'

red 195 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C375EC

Tints of Heliotrope #C375EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 35.58%
G = 21.35%
B = 43.07%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C375EC (or 0xC375EC) is known color: Heliotrope. HEX triplet: C3, 75 and EC. RGB value is (195,117,236). Sum of RGB (Red+Green+Blue) = 195+117+236=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #C375EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375EC is #3C8A13. Grayscale: #999999. Windows color (decimal): -3967508 or 15496643. OLE color: 15496643.

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

Color convert

RGB 195 117 236 -
CMYK 0.17 0.50 0 0.07
HSL 279.33º 0.76% 0.69% -
HSV(B) 279.33º 0.5% 0.93% -
XYZ 44.01 30.38 82.9 -
YUV 153.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 195 117 236 0.17 0.50 0 0.07 279.33 0.76 0.69
Hex C3 75 EC 11 32 0 7 117 4C 45
Octal 303 165 354 21 62 0 7 427 114 105
Binary 11000011 1110101 11101100 10001 110010 0 111 100010111 1001100 1000101

Color Harmonies of #C375EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375EC

Black with #C375EC

Text Example


Text Example

White with #C375EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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