Html Css Color HEX #C56EF2 Heliotrope

📋 copy color: '#C56EF2'

red 197 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #C56EF2

Tints of Heliotrope #C56EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.04%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 35.88%
G = 20.04%
B = 44.08%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C56EF2 (or 0xC56EF2) is known color: Heliotrope. HEX triplet: C5, 6E and F2. RGB value is (197,110,242). Sum of RGB (Red+Green+Blue) = 197+110+242=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #C56EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56EF2 is #3A910D. Grayscale: #969696. Windows color (decimal): -3838222 or 15888069. OLE color: 15888069.

HSL color Cylindrical-coordinate representation of color #C56EF2: hue angle of 279.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56EF2 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 110 242 -
CMYK 0.19 0.55 0 0.05
HSL 279.55º 0.84% 0.69% -
HSV(B) 279.55º 0.55% 0.95% -
XYZ 44.63 29.43 87.33 -
YUV 151.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 197 110 242 0.19 0.55 0 0.05 279.55 0.84 0.69
Hex C5 6E F2 13 37 0 5 118 54 45
Octal 305 156 362 23 67 0 5 430 124 105
Binary 11000101 1101110 11110010 10011 110111 0 101 100011000 1010100 1000101

Color Harmonies of #C56EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EF2

Black with #C56EF2

Text Example


Text Example

White with #C56EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EF2; }

 p { color: rgb(197,110,242); }

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

background-color css

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

 a { background-color: rgb(197,110,242); }

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

border-color css

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

 span { border-color: rgb(197,110,242); }

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