Html Css Color HEX #C574FB Heliotrope

📋 copy color: '#C574FB'

red 197 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #C574FB

Tints of Heliotrope #C574FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 34.93%
G = 20.57%
B = 44.5%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C574FB (or 0xC574FB) is known color: Heliotrope. HEX triplet: C5, 74 and FB. RGB value is (197,116,251). Sum of RGB (Red+Green+Blue) = 197+116+251=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C574FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574FB is #3A8B04. Grayscale: #9B9B9B. Windows color (decimal): -3836677 or 16479429. OLE color: 16479429.

HSL color Cylindrical-coordinate representation of color #C574FB: hue angle of 276º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C574FB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 116 251 -
CMYK 0.22 0.54 0 0.02
HSL 276º 0.94% 0.72% -
HSV(B) 276º 0.54% 0.98% -
XYZ 46.68 31.33 94.85 -
YUV 155.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 197 116 251 0.22 0.54 0 0.02 276 0.94 0.72
Hex C5 74 FB 16 36 0 2 114 5E 48
Octal 305 164 373 26 66 0 2 424 136 110
Binary 11000101 1110100 11111011 10110 110110 0 10 100010100 1011110 1001000

Color Harmonies of #C574FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574FB

Black with #C574FB

Text Example


Text Example

White with #C574FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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