Html Css Color HEX #C574ED Heliotrope

📋 copy color: '#C574ED'

red 197 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #C574ED

Tints of Heliotrope #C574ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 35.82%
G = 21.09%
B = 43.09%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C574ED (or 0xC574ED) is known color: Heliotrope. HEX triplet: C5, 74 and ED. RGB value is (197,116,237). Sum of RGB (Red+Green+Blue) = 197+116+237=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #C574ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574ED is #3A8B12. Grayscale: #999999. Windows color (decimal): -3836691 or 15561925. OLE color: 15561925.

HSL color Cylindrical-coordinate representation of color #C574ED: hue angle of 280.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C574ED is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 116 237 -
CMYK 0.17 0.51 0 0.07
HSL 280.17º 0.77% 0.69% -
HSV(B) 280.17º 0.51% 0.93% -
XYZ 44.56 30.48 83.65 -
YUV 154.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 197 116 237 0.17 0.51 0 0.07 280.17 0.77 0.69
Hex C5 74 ED 11 33 0 7 118 4D 45
Octal 305 164 355 21 63 0 7 430 115 105
Binary 11000101 1110100 11101101 10001 110011 0 111 100011000 1001101 1000101

Color Harmonies of #C574ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574ED

Black with #C574ED

Text Example


Text Example

White with #C574ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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