Html Css Color HEX #C486FE Heliotrope

📋 copy color: '#C486FE'

red 196 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #C486FE

Tints of Heliotrope #C486FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.95%

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

R = 33.56%
G = 22.95%
B = 43.49%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C486FE (or 0xC486FE) is known color: Heliotrope. HEX triplet: C4, 86 and FE. RGB value is (196,134,254). Sum of RGB (Red+Green+Blue) = 196+134+254=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C486FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FE is #3B7901. Grayscale: #A5A5A5. Windows color (decimal): -3897602 or 16680644. OLE color: 16680644.

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

Color convert

RGB 196 134 254 -
CMYK 0.23 0.47 0 0.00
HSL 271º 0.98% 0.76% -
HSV(B) 271º 0.47% 1% -
XYZ 49.18 35.94 98.11 -
YUV 166.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 196 134 254 0.23 0.47 0 0.00 271 0.98 0.76
Hex C4 86 FE 17 2F 0 0 10F 62 4C
Octal 304 206 376 27 57 0 0 417 142 114
Binary 11000100 10000110 11111110 10111 101111 0 0 100001111 1100010 1001100

Color Harmonies of #C486FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486FE

Black with #C486FE

Text Example


Text Example

White with #C486FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486FE; }

 p { color: rgb(196,134,254); }

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

background-color css

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

 a { background-color: rgb(196,134,254); }

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

border-color css

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

 span { border-color: rgb(196,134,254); }

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