Html Css Color HEX #C356FB Heliotrope

📋 copy color: '#C356FB'

red 195 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #C356FB

Tints of Heliotrope #C356FB

RGB

 RED value IS 195 (76.56% from 255) = 36.65%

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

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

R = 36.65%
G = 16.17%
B = 47.18%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C356FB (or 0xC356FB) is known color: Heliotrope. HEX triplet: C3, 56 and FB. RGB value is (195,86,251). Sum of RGB (Red+Green+Blue) = 195+86+251=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C356FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C356FB is #3CA904. Grayscale: #888888. Windows color (decimal): -3975429 or 16471747. OLE color: 16471747.

HSL color Cylindrical-coordinate representation of color #C356FB: hue angle of 279.64º 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 #C356FB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 86 251 -
CMYK 0.22 0.66 0 0.02
HSL 279.64º 0.95% 0.66% -
HSV(B) 279.64º 0.66% 0.98% -
XYZ 43.25 25.22 93.86 -
YUV 137.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 195 86 251 0.22 0.66 0 0.02 279.64 0.95 0.66
Hex C3 56 FB 16 42 0 2 118 5F 42
Octal 303 126 373 26 102 0 2 430 137 102
Binary 11000011 1010110 11111011 10110 1000010 0 10 100011000 1011111 1000010

Color Harmonies of #C356FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356FB

Black with #C356FB

Text Example


Text Example

White with #C356FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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