Html Css Color HEX #C355FC Heliotrope

📋 copy color: '#C355FC'

red 195 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #C355FC

Tints of Heliotrope #C355FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.98%

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 36.65%
G = 15.98%
B = 47.37%

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

#C355FC (or 0xC355FC) is known color: Heliotrope. HEX triplet: C3, 55 and FC. RGB value is (195,85,252). Sum of RGB (Red+Green+Blue) = 195+85+252=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #C355FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FC is #3CAA03. Grayscale: #888888. Windows color (decimal): -3975684 or 16537027. OLE color: 16537027.

HSL color Cylindrical-coordinate representation of color #C355FC: hue angle of 279.52º degrees, saturation: 0.97, 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 #C355FC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 85 252 -
CMYK 0.23 0.66 0 0.01
HSL 279.52º 0.97% 0.66% -
HSV(B) 279.52º 0.66% 0.99% -
XYZ 43.32 25.13 94.66 -
YUV 136.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 195 85 252 0.23 0.66 0 0.01 279.52 0.97 0.66
Hex C3 55 FC 17 42 0 1 118 61 42
Octal 303 125 374 27 102 0 1 430 141 102
Binary 11000011 1010101 11111100 10111 1000010 0 1 100011000 1100001 1000010

Color Harmonies of #C355FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355FC

Black with #C355FC

Text Example


Text Example

White with #C355FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355FC; }

 p { color: rgb(195,85,252); }

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

background-color css

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

 a { background-color: rgb(195,85,252); }

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

border-color css

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

 span { border-color: rgb(195,85,252); }

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