Html Css Color HEX #C674FE Heliotrope

📋 copy color: '#C674FE'

red 198 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #C674FE

Tints of Heliotrope #C674FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 34.86%
G = 20.42%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C674FE (or 0xC674FE) is known color: Heliotrope. HEX triplet: C6, 74 and FE. RGB value is (198,116,254). Sum of RGB (Red+Green+Blue) = 198+116+254=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #C674FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FE is #398B01. Grayscale: #9B9B9B. Windows color (decimal): -3771138 or 16676038. OLE color: 16676038.

HSL color Cylindrical-coordinate representation of color #C674FE: hue angle of 275.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C674FE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 116 254 -
CMYK 0.22 0.54 0 0.00
HSL 275.65º 0.99% 0.73% -
HSV(B) 275.65º 0.54% 1% -
XYZ 47.42 31.65 97.38 -
YUV 156.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 198 116 254 0.22 0.54 0 0.00 275.65 0.99 0.73
Hex C6 74 FE 16 36 0 0 114 63 49
Octal 306 164 376 26 66 0 0 424 143 111
Binary 11000110 1110100 11111110 10110 110110 0 0 100010100 1100011 1001001

Color Harmonies of #C674FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674FE

Black with #C674FE

Text Example


Text Example

White with #C674FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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