Html Css Color HEX #C573FD Heliotrope

📋 copy color: '#C573FD'

red 197 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #C573FD

Tints of Heliotrope #C573FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.35%

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

R = 34.87%
G = 20.35%
B = 44.78%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C573FD (or 0xC573FD) is known color: Heliotrope. HEX triplet: C5, 73 and FD. RGB value is (197,115,253). Sum of RGB (Red+Green+Blue) = 197+115+253=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C573FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573FD is #3A8C02. Grayscale: #9A9A9A. Windows color (decimal): -3836931 or 16610245. OLE color: 16610245.

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

Color convert

RGB 197 115 253 -
CMYK 0.22 0.55 0 0.01
HSL 275.65º 0.97% 0.72% -
HSV(B) 275.65º 0.55% 0.99% -
XYZ 46.89 31.22 96.48 -
YUV 155.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 197 115 253 0.22 0.55 0 0.01 275.65 0.97 0.72
Hex C5 73 FD 16 37 0 1 114 61 48
Octal 305 163 375 26 67 0 1 424 141 110
Binary 11000101 1110011 11111101 10110 110111 0 1 100010100 1100001 1001000

Color Harmonies of #C573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573FD

Black with #C573FD

Text Example


Text Example

White with #C573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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