Html Css Color HEX #C256FB Heliotrope

📋 copy color: '#C256FB'

red 194 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #C256FB

Tints of Heliotrope #C256FB

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

 GREEN value IS 86 (33.98% from 255) = 16.2%

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

R = 36.53%
G = 16.2%
B = 47.27%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C256FB (or 0xC256FB) is known color: Heliotrope. HEX triplet: C2, 56 and FB. RGB value is (194,86,251). Sum of RGB (Red+Green+Blue) = 194+86+251=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #C256FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C256FB is #3DA904. Grayscale: #888888. Windows color (decimal): -4040965 or 16471746. OLE color: 16471746.

HSL color Cylindrical-coordinate representation of color #C256FB: hue angle of 279.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C256FB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 86 251 -
CMYK 0.23 0.66 0 0.02
HSL 279.27º 0.95% 0.66% -
HSV(B) 279.27º 0.66% 0.98% -
XYZ 42.99 25.09 93.84 -
YUV 137.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 194 86 251 0.23 0.66 0 0.02 279.27 0.95 0.66
Hex C2 56 FB 17 42 0 2 117 5F 42
Octal 302 126 373 27 102 0 2 427 137 102
Binary 11000010 1010110 11111011 10111 1000010 0 10 100010111 1011111 1000010

Color Harmonies of #C256FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256FB

Black with #C256FB

Text Example


Text Example

White with #C256FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256FB; }

 p { color: rgb(194,86,251); }

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

background-color css

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

 a { background-color: rgb(194,86,251); }

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

border-color css

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

 span { border-color: rgb(194,86,251); }

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