Html Css Color HEX #C674F2 Heliotrope

📋 copy color: '#C674F2'

red 198 ◦ green 116 ◦ blue 242

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

Shades of Heliotrope #C674F2

Tints of Heliotrope #C674F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 35.61%
G = 20.86%
B = 43.53%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C674F2 (or 0xC674F2) is known color: Heliotrope. HEX triplet: C6, 74 and F2. RGB value is (198,116,242). Sum of RGB (Red+Green+Blue) = 198+116+242=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #C674F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674F2 is #398B0D. Grayscale: #9A9A9A. Windows color (decimal): -3771150 or 15889606. OLE color: 15889606.

HSL color Cylindrical-coordinate representation of color #C674F2: hue angle of 279.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C674F2 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 116 242 -
CMYK 0.18 0.52 0 0.05
HSL 279.05º 0.83% 0.7% -
HSV(B) 279.05º 0.52% 0.95% -
XYZ 45.56 30.91 87.57 -
YUV 154.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 198 116 242 0.18 0.52 0 0.05 279.05 0.83 0.7
Hex C6 74 F2 12 34 0 5 117 53 46
Octal 306 164 362 22 64 0 5 427 123 106
Binary 11000110 1110100 11110010 10010 110100 0 101 100010111 1010011 1000110

Color Harmonies of #C674F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674F2

Black with #C674F2

Text Example


Text Example

White with #C674F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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