Html Css Color HEX #C674EB Heliotrope

📋 copy color: '#C674EB'

red 198 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C674EB

Tints of Heliotrope #C674EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 36.07%
G = 21.13%
B = 42.81%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C674EB (or 0xC674EB) is known color: Heliotrope. HEX triplet: C6, 74 and EB. RGB value is (198,116,235). Sum of RGB (Red+Green+Blue) = 198+116+235=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #C674EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EB is #398B14. Grayscale: #999999. Windows color (decimal): -3771157 or 15430854. OLE color: 15430854.

HSL color Cylindrical-coordinate representation of color #C674EB: hue angle of 281.34º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C674EB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 116 235 -
CMYK 0.16 0.51 0 0.08
HSL 281.34º 0.75% 0.69% -
HSV(B) 281.34º 0.51% 0.92% -
XYZ 44.53 30.49 82.14 -
YUV 154.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 198 116 235 0.16 0.51 0 0.08 281.34 0.75 0.69
Hex C6 74 EB 10 33 0 8 119 4B 45
Octal 306 164 353 20 63 0 10 431 113 105
Binary 11000110 1110100 11101011 10000 110011 0 1000 100011001 1001011 1000101

Color Harmonies of #C674EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674EB

Black with #C674EB

Text Example


Text Example

White with #C674EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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