Html Css Color HEX #C356FE Heliotrope

📋 copy color: '#C356FE'

red 195 ◦ green 86 ◦ blue 254

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

Shades of Heliotrope #C356FE

Tints of Heliotrope #C356FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 36.45%
G = 16.07%
B = 47.48%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C356FE (or 0xC356FE) is known color: Heliotrope. HEX triplet: C3, 56 and FE. RGB value is (195,86,254). Sum of RGB (Red+Green+Blue) = 195+86+254=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C356FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C356FE is #3CA901. Grayscale: #898989. Windows color (decimal): -3975426 or 16668355. OLE color: 16668355.

HSL color Cylindrical-coordinate representation of color #C356FE: hue angle of 278.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C356FE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 86 254 -
CMYK 0.23 0.66 0 0.00
HSL 278.93º 0.99% 0.67% -
HSV(B) 278.93º 0.66% 1% -
XYZ 43.72 25.41 96.37 -
YUV 137.74 193.61 168.84 -
System Red Green Blue C M Y K H S L
Decimal 195 86 254 0.23 0.66 0 0.00 278.93 0.99 0.67
Hex C3 56 FE 17 42 0 0 117 63 43
Octal 303 126 376 27 102 0 0 427 143 103
Binary 11000011 1010110 11111110 10111 1000010 0 0 100010111 1100011 1000011

Color Harmonies of #C356FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356FE

Black with #C356FE

Text Example


Text Example

White with #C356FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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