Html Css Color HEX #C561FD Heliotrope

📋 copy color: '#C561FD'

red 197 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #C561FD

Tints of Heliotrope #C561FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.73%

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

R = 36.01%
G = 17.73%
B = 46.25%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C561FD (or 0xC561FD) is known color: Heliotrope. HEX triplet: C5, 61 and FD. RGB value is (197,97,253). Sum of RGB (Red+Green+Blue) = 197+97+253=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C561FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561FD is #3A9E02. Grayscale: #909090. Windows color (decimal): -3841539 or 16605637. OLE color: 16605637.

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

Color convert

RGB 197 97 253 -
CMYK 0.22 0.62 0 0.01
HSL 278.46º 0.98% 0.69% -
HSV(B) 278.46º 0.62% 0.99% -
XYZ 45.03 27.51 95.87 -
YUV 144.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 197 97 253 0.22 0.62 0 0.01 278.46 0.98 0.69
Hex C5 61 FD 16 3E 0 1 116 62 45
Octal 305 141 375 26 76 0 1 426 142 105
Binary 11000101 1100001 11111101 10110 111110 0 1 100010110 1100010 1000101

Color Harmonies of #C561FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561FD

Black with #C561FD

Text Example


Text Example

White with #C561FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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