Html Css Color HEX #C561FC Heliotrope

📋 copy color: '#C561FC'

red 197 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #C561FC

Tints of Heliotrope #C561FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 36.08%
G = 17.77%
B = 46.15%

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

#C561FC (or 0xC561FC) is known color: Heliotrope. HEX triplet: C5, 61 and FC. RGB value is (197,97,252). Sum of RGB (Red+Green+Blue) = 197+97+252=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C561FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561FC is #3A9E03. Grayscale: #909090. Windows color (decimal): -3841540 or 16540101. OLE color: 16540101.

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

Color convert

RGB 197 97 252 -
CMYK 0.22 0.62 0 0.01
HSL 278.71º 0.96% 0.68% -
HSV(B) 278.71º 0.62% 0.99% -
XYZ 44.87 27.45 95.03 -
YUV 144.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 197 97 252 0.22 0.62 0 0.01 278.71 0.96 0.68
Hex C5 61 FC 16 3E 0 1 117 60 44
Octal 305 141 374 26 76 0 1 427 140 104
Binary 11000101 1100001 11111100 10110 111110 0 1 100010111 1100000 1000100

Color Harmonies of #C561FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561FC

Black with #C561FC

Text Example


Text Example

White with #C561FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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