Html Css Color HEX #C574EB Heliotrope

📋 copy color: '#C574EB'

red 197 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C574EB

Tints of Heliotrope #C574EB

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

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

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

R = 35.95%
G = 21.17%
B = 42.88%

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

#C574EB (or 0xC574EB) is known color: Heliotrope. HEX triplet: C5, 74 and EB. RGB value is (197,116,235). Sum of RGB (Red+Green+Blue) = 197+116+235=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #C574EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574EB is #3A8B14. Grayscale: #999999. Windows color (decimal): -3836693 or 15430853. OLE color: 15430853.

HSL color Cylindrical-coordinate representation of color #C574EB: hue angle of 280.84º 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 #C574EB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 116 235 -
CMYK 0.16 0.51 0 0.08
HSL 280.84º 0.75% 0.69% -
HSV(B) 280.84º 0.51% 0.92% -
XYZ 44.27 30.36 82.12 -
YUV 153.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 197 116 235 0.16 0.51 0 0.08 280.84 0.75 0.69
Hex C5 74 EB 10 33 0 8 119 4B 45
Octal 305 164 353 20 63 0 10 431 113 105
Binary 11000101 1110100 11101011 10000 110011 0 1000 100011001 1001011 1000101

Color Harmonies of #C574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574EB

Black with #C574EB

Text Example


Text Example

White with #C574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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