Html Css Color HEX #C486DD Wisteria

📋 copy color: '#C486DD'

red 196 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C486DD

Tints of Wisteria #C486DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 35.57%
G = 24.32%
B = 40.11%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C486DD (or 0xC486DD) is known color: Wisteria. HEX triplet: C4, 86 and DD. RGB value is (196,134,221). Sum of RGB (Red+Green+Blue) = 196+134+221=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C486DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DD is #3B7922. Grayscale: #A2A2A2. Windows color (decimal): -3897635 or 14517956. OLE color: 14517956.

HSL color Cylindrical-coordinate representation of color #C486DD: hue angle of 282.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C486DD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 134 221 -
CMYK 0.11 0.39 0 0.13
HSL 282.76º 0.56% 0.7% -
HSV(B) 282.76º 0.39% 0.87% -
XYZ 44.34 34.01 72.63 -
YUV 162.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 196 134 221 0.11 0.39 0 0.13 282.76 0.56 0.7
Hex C4 86 DD B 27 0 D 11B 38 46
Octal 304 206 335 13 47 0 15 433 70 106
Binary 11000100 10000110 11011101 1011 100111 0 1101 100011011 111000 1000110

Color Harmonies of #C486DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486DD

Black with #C486DD

Text Example


Text Example

White with #C486DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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