Html Css Color HEX #C374EC Heliotrope

📋 copy color: '#C374EC'

red 195 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C374EC

Tints of Heliotrope #C374EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

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

R = 35.65%
G = 21.21%
B = 43.14%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C374EC (or 0xC374EC) is known color: Heliotrope. HEX triplet: C3, 74 and EC. RGB value is (195,116,236). Sum of RGB (Red+Green+Blue) = 195+116+236=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C374EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EC is #3C8B13. Grayscale: #989898. Windows color (decimal): -3967764 or 15496387. OLE color: 15496387.

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

Color convert

RGB 195 116 236 -
CMYK 0.17 0.51 0 0.07
HSL 279.5º 0.76% 0.69% -
HSV(B) 279.5º 0.51% 0.93% -
XYZ 43.89 30.15 82.86 -
YUV 153.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 195 116 236 0.17 0.51 0 0.07 279.5 0.76 0.69
Hex C3 74 EC 11 33 0 7 118 4C 45
Octal 303 164 354 21 63 0 7 430 114 105
Binary 11000011 1110100 11101100 10001 110011 0 111 100011000 1001100 1000101

Color Harmonies of #C374EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374EC

Black with #C374EC

Text Example


Text Example

White with #C374EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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