Html Css Color HEX #C674FF Heliotrope

📋 copy color: '#C674FF'

red 198 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #C674FF

Tints of Heliotrope #C674FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 34.8%
G = 20.39%
B = 44.82%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C674FF (or 0xC674FF) is known color: Heliotrope. HEX triplet: C6, 74 and FF. RGB value is (198,116,255). Sum of RGB (Red+Green+Blue) = 198+116+255=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C674FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FF is #398B00. Grayscale: #9B9B9B. Windows color (decimal): -3771137 or 16741574. OLE color: 16741574.

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

Color convert

RGB 198 116 255 -
CMYK 0.22 0.55 0 0
HSL 275.4º 1% 0.73% -
HSV(B) 275.4º 0.55% 1% -
XYZ 47.58 31.72 98.22 -
YUV 156.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 198 116 255 0.22 0.55 0 0 275.4 1 0.73
Hex C6 74 FF 16 37 0 0 113 64 49
Octal 306 164 377 26 67 0 0 423 144 111
Binary 11000110 1110100 11111111 10110 110111 0 0 100010011 1100100 1001001

Color Harmonies of #C674FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674FF

Black with #C674FF

Text Example


Text Example

White with #C674FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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