Html Css Color HEX #C574FD Heliotrope

📋 copy color: '#C574FD'

red 197 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #C574FD

Tints of Heliotrope #C574FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 34.81%
G = 20.49%
B = 44.7%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C574FD (or 0xC574FD) is known color: Heliotrope. HEX triplet: C5, 74 and FD. RGB value is (197,116,253). Sum of RGB (Red+Green+Blue) = 197+116+253=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C574FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574FD is #3A8B02. Grayscale: #9B9B9B. Windows color (decimal): -3836675 or 16610501. OLE color: 16610501.

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

Color convert

RGB 197 116 253 -
CMYK 0.22 0.54 0 0.01
HSL 275.47º 0.97% 0.72% -
HSV(B) 275.47º 0.54% 0.99% -
XYZ 47 31.45 96.52 -
YUV 155.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 197 116 253 0.22 0.54 0 0.01 275.47 0.97 0.72
Hex C5 74 FD 16 36 0 1 113 61 48
Octal 305 164 375 26 66 0 1 423 141 110
Binary 11000101 1110100 11111101 10110 110110 0 1 100010011 1100001 1001000

Color Harmonies of #C574FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574FD

Black with #C574FD

Text Example


Text Example

White with #C574FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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