Html Css Color HEX #C56BF1 Heliotrope

📋 copy color: '#C56BF1'

red 197 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #C56BF1

Tints of Heliotrope #C56BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 36.15%
G = 19.63%
B = 44.22%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C56BF1 (or 0xC56BF1) is known color: Heliotrope. HEX triplet: C5, 6B and F1. RGB value is (197,107,241). Sum of RGB (Red+Green+Blue) = 197+107+241=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C56BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BF1 is #3A940E. Grayscale: #949494. Windows color (decimal): -3838991 or 15821765. OLE color: 15821765.

HSL color Cylindrical-coordinate representation of color #C56BF1: hue angle of 280.3º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56BF1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 107 241 -
CMYK 0.18 0.56 0 0.05
HSL 280.3º 0.83% 0.68% -
HSV(B) 280.3º 0.56% 0.95% -
XYZ 44.16 28.74 86.44 -
YUV 149.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 197 107 241 0.18 0.56 0 0.05 280.3 0.83 0.68
Hex C5 6B F1 12 38 0 5 118 53 44
Octal 305 153 361 22 70 0 5 430 123 104
Binary 11000101 1101011 11110001 10010 111000 0 101 100011000 1010011 1000100

Color Harmonies of #C56BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BF1

Black with #C56BF1

Text Example


Text Example

White with #C56BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BF1; }

 p { color: rgb(197,107,241); }

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

background-color css

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

 a { background-color: rgb(197,107,241); }

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

border-color css

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

 span { border-color: rgb(197,107,241); }

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