Html Css Color HEX #C486EE Wisteria

📋 copy color: '#C486EE'

red 196 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #C486EE

Tints of Wisteria #C486EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 34.51%
G = 23.59%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C486EE (or 0xC486EE) is known color: Wisteria. HEX triplet: C4, 86 and EE. RGB value is (196,134,238). Sum of RGB (Red+Green+Blue) = 196+134+238=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C486EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486EE is #3B7911. Grayscale: #A4A4A4. Windows color (decimal): -3897618 or 15632068. OLE color: 15632068.

HSL color Cylindrical-coordinate representation of color #C486EE: hue angle of 275.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C486EE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 134 238 -
CMYK 0.18 0.44 0 0.07
HSL 275.77º 0.75% 0.73% -
HSV(B) 275.77º 0.44% 0.93% -
XYZ 46.72 34.96 85.17 -
YUV 164.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 196 134 238 0.18 0.44 0 0.07 275.77 0.75 0.73
Hex C4 86 EE 12 2C 0 7 114 4B 49
Octal 304 206 356 22 54 0 7 424 113 111
Binary 11000100 10000110 11101110 10010 101100 0 111 100010100 1001011 1001001

Color Harmonies of #C486EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486EE

Black with #C486EE

Text Example


Text Example

White with #C486EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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