Html Css Color HEX #C674EF Heliotrope

📋 copy color: '#C674EF'

red 198 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #C674EF

Tints of Heliotrope #C674EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 35.8%
G = 20.98%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C674EF (or 0xC674EF) is known color: Heliotrope. HEX triplet: C6, 74 and EF. RGB value is (198,116,239). Sum of RGB (Red+Green+Blue) = 198+116+239=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #C674EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EF is #398B10. Grayscale: #9A9A9A. Windows color (decimal): -3771153 or 15692998. OLE color: 15692998.

HSL color Cylindrical-coordinate representation of color #C674EF: hue angle of 280º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C674EF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 116 239 -
CMYK 0.17 0.51 0 0.06
HSL 280º 0.79% 0.7% -
HSV(B) 280º 0.51% 0.94% -
XYZ 45.11 30.73 85.21 -
YUV 154.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 198 116 239 0.17 0.51 0 0.06 280 0.79 0.7
Hex C6 74 EF 11 33 0 6 118 4F 46
Octal 306 164 357 21 63 0 6 430 117 106
Binary 11000110 1110100 11101111 10001 110011 0 110 100011000 1001111 1000110

Color Harmonies of #C674EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674EF

Black with #C674EF

Text Example


Text Example

White with #C674EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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