Html Css Color HEX #C573FB Heliotrope

📋 copy color: '#C573FB'

red 197 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #C573FB

Tints of Heliotrope #C573FB

RGB

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

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

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

R = 34.99%
G = 20.43%
B = 44.58%

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

#C573FB (or 0xC573FB) is known color: Heliotrope. HEX triplet: C5, 73 and FB. RGB value is (197,115,251). Sum of RGB (Red+Green+Blue) = 197+115+251=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C573FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573FB is #3A8C04. Grayscale: #9A9A9A. Windows color (decimal): -3836933 or 16479173. OLE color: 16479173.

HSL color Cylindrical-coordinate representation of color #C573FB: hue angle of 276.18º 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 #C573FB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 115 251 -
CMYK 0.22 0.54 0 0.02
HSL 276.18º 0.94% 0.72% -
HSV(B) 276.18º 0.54% 0.98% -
XYZ 46.57 31.1 94.81 -
YUV 155.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 197 115 251 0.22 0.54 0 0.02 276.18 0.94 0.72
Hex C5 73 FB 16 36 0 2 114 5E 48
Octal 305 163 373 26 66 0 2 424 136 110
Binary 11000101 1110011 11111011 10110 110110 0 10 100010100 1011110 1001000

Color Harmonies of #C573FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573FB

Black with #C573FB

Text Example


Text Example

White with #C573FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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