Html Css Color HEX #C674FB Heliotrope

📋 copy color: '#C674FB'

red 198 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #C674FB

Tints of Heliotrope #C674FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 35.04%
G = 20.53%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C674FB (or 0xC674FB) is known color: Heliotrope. HEX triplet: C6, 74 and FB. RGB value is (198,116,251). Sum of RGB (Red+Green+Blue) = 198+116+251=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C674FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FB is #398B04. Grayscale: #9B9B9B. Windows color (decimal): -3771141 or 16479430. OLE color: 16479430.

HSL color Cylindrical-coordinate representation of color #C674FB: hue angle of 276.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C674FB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 116 251 -
CMYK 0.21 0.54 0 0.02
HSL 276.44º 0.94% 0.72% -
HSV(B) 276.44º 0.54% 0.98% -
XYZ 46.95 31.46 94.87 -
YUV 155.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 198 116 251 0.21 0.54 0 0.02 276.44 0.94 0.72
Hex C6 74 FB 15 36 0 2 114 5E 48
Octal 306 164 373 25 66 0 2 424 136 110
Binary 11000110 1110100 11111011 10101 110110 0 10 100010100 1011110 1001000

Color Harmonies of #C674FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674FB

Black with #C674FB

Text Example


Text Example

White with #C674FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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