Html Css Color HEX #C486E8 Wisteria

📋 copy color: '#C486E8'

red 196 ◦ green 134 ◦ blue 232

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

Shades of Wisteria #C486E8

Tints of Wisteria #C486E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 34.88%
G = 23.84%
B = 41.28%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C486E8 (or 0xC486E8) is known color: Wisteria. HEX triplet: C4, 86 and E8. RGB value is (196,134,232). Sum of RGB (Red+Green+Blue) = 196+134+232=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #C486E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486E8 is #3B7917. Grayscale: #A3A3A3. Windows color (decimal): -3897624 or 15238852. OLE color: 15238852.

HSL color Cylindrical-coordinate representation of color #C486E8: hue angle of 277.96º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C486E8 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 134 232 -
CMYK 0.16 0.42 0 0.09
HSL 277.96º 0.68% 0.72% -
HSV(B) 277.96º 0.42% 0.91% -
XYZ 45.86 34.61 80.61 -
YUV 163.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 196 134 232 0.16 0.42 0 0.09 277.96 0.68 0.72
Hex C4 86 E8 10 2A 0 9 116 44 48
Octal 304 206 350 20 52 0 11 426 104 110
Binary 11000100 10000110 11101000 10000 101010 0 1001 100010110 1000100 1001000

Color Harmonies of #C486E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486E8

Black with #C486E8

Text Example


Text Example

White with #C486E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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