Html Css Color HEX #C674EC Heliotrope

📋 copy color: '#C674EC'

red 198 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C674EC

Tints of Heliotrope #C674EC

RGB

 RED value IS 198 (77.73% from 255) = 36%

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

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

R = 36%
G = 21.09%
B = 42.91%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C674EC (or 0xC674EC) is known color: Heliotrope. HEX triplet: C6, 74 and EC. RGB value is (198,116,236). Sum of RGB (Red+Green+Blue) = 198+116+236=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #C674EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EC is #398B13. Grayscale: #999999. Windows color (decimal): -3771156 or 15496390. OLE color: 15496390.

HSL color Cylindrical-coordinate representation of color #C674EC: hue angle of 281º 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 #C674EC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 116 236 -
CMYK 0.16 0.51 0 0.07
HSL 281º 0.76% 0.69% -
HSV(B) 281º 0.51% 0.93% -
XYZ 44.67 30.55 82.9 -
YUV 154.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 198 116 236 0.16 0.51 0 0.07 281 0.76 0.69
Hex C6 74 EC 10 33 0 7 119 4C 45
Octal 306 164 354 20 63 0 7 431 114 105
Binary 11000110 1110100 11101100 10000 110011 0 111 100011001 1001100 1000101

Color Harmonies of #C674EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674EC

Black with #C674EC

Text Example


Text Example

White with #C674EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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