Html Css Color HEX #C455FC Heliotrope

📋 copy color: '#C455FC'

red 196 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #C455FC

Tints of Heliotrope #C455FC

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

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

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

R = 36.77%
G = 15.95%
B = 47.28%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C455FC (or 0xC455FC) is known color: Heliotrope. HEX triplet: C4, 55 and FC. RGB value is (196,85,252). Sum of RGB (Red+Green+Blue) = 196+85+252=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #C455FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455FC is #3BAA03. Grayscale: #888888. Windows color (decimal): -3910148 or 16537028. OLE color: 16537028.

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

Color convert

RGB 196 85 252 -
CMYK 0.22 0.66 0 0.01
HSL 279.88º 0.97% 0.66% -
HSV(B) 279.88º 0.66% 0.99% -
XYZ 43.58 25.26 94.67 -
YUV 137.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 196 85 252 0.22 0.66 0 0.01 279.88 0.97 0.66
Hex C4 55 FC 16 42 0 1 118 61 42
Octal 304 125 374 26 102 0 1 430 141 102
Binary 11000100 1010101 11111100 10110 1000010 0 1 100011000 1100001 1000010

Color Harmonies of #C455FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455FC

Black with #C455FC

Text Example


Text Example

White with #C455FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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