Html Css Color HEX #C356FD Heliotrope

📋 copy color: '#C356FD'

red 195 ◦ green 86 ◦ blue 253

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

Shades of Heliotrope #C356FD

Tints of Heliotrope #C356FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 36.52%
G = 16.1%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C356FD (or 0xC356FD) is known color: Heliotrope. HEX triplet: C3, 56 and FD. RGB value is (195,86,253). Sum of RGB (Red+Green+Blue) = 195+86+253=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #C356FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C356FD is #3CA902. Grayscale: #898989. Windows color (decimal): -3975427 or 16602819. OLE color: 16602819.

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

Color convert

RGB 195 86 253 -
CMYK 0.23 0.66 0 0.01
HSL 279.16º 0.98% 0.66% -
HSV(B) 279.16º 0.66% 0.99% -
XYZ 43.56 25.35 95.53 -
YUV 137.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 195 86 253 0.23 0.66 0 0.01 279.16 0.98 0.66
Hex C3 56 FD 17 42 0 1 117 62 42
Octal 303 126 375 27 102 0 1 427 142 102
Binary 11000011 1010110 11111101 10111 1000010 0 1 100010111 1100010 1000010

Color Harmonies of #C356FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356FD

Black with #C356FD

Text Example


Text Example

White with #C356FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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