Html Css Color HEX #C674EA Heliotrope

📋 copy color: '#C674EA'

red 198 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C674EA

Tints of Heliotrope #C674EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 36.13%
G = 21.17%
B = 42.7%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C674EA (or 0xC674EA) is known color: Heliotrope. HEX triplet: C6, 74 and EA. RGB value is (198,116,234). Sum of RGB (Red+Green+Blue) = 198+116+234=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #C674EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EA is #398B15. Grayscale: #999999. Windows color (decimal): -3771158 or 15365318. OLE color: 15365318.

HSL color Cylindrical-coordinate representation of color #C674EA: hue angle of 281.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C674EA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 116 234 -
CMYK 0.15 0.50 0 0.08
HSL 281.69º 0.74% 0.69% -
HSV(B) 281.69º 0.5% 0.92% -
XYZ 44.39 30.44 81.38 -
YUV 153.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 198 116 234 0.15 0.50 0 0.08 281.69 0.74 0.69
Hex C6 74 EA F 32 0 8 11A 4A 45
Octal 306 164 352 17 62 0 10 432 112 105
Binary 11000110 1110100 11101010 1111 110010 0 1000 100011010 1001010 1000101

Color Harmonies of #C674EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674EA

Black with #C674EA

Text Example


Text Example

White with #C674EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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