Html Css Color HEX #C686ED Wisteria

📋 copy color: '#C686ED'

red 198 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #C686ED

Tints of Wisteria #C686ED

RGB

 RED value IS 198 (77.73% from 255) = 34.8%

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 34.8%
G = 23.55%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C686ED (or 0xC686ED) is known color: Wisteria. HEX triplet: C6, 86 and ED. RGB value is (198,134,237). Sum of RGB (Red+Green+Blue) = 198+134+237=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C686ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686ED is #397912. Grayscale: #A4A4A4. Windows color (decimal): -3766547 or 15566534. OLE color: 15566534.

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

Color convert

RGB 198 134 237 -
CMYK 0.16 0.43 0 0.07
HSL 277.28º 0.74% 0.73% -
HSV(B) 277.28º 0.43% 0.93% -
XYZ 47.1 35.17 84.43 -
YUV 164.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 198 134 237 0.16 0.43 0 0.07 277.28 0.74 0.73
Hex C6 86 ED 10 2B 0 7 115 4A 49
Octal 306 206 355 20 53 0 7 425 112 111
Binary 11000110 10000110 11101101 10000 101011 0 111 100010101 1001010 1001001

Color Harmonies of #C686ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686ED

Black with #C686ED

Text Example


Text Example

White with #C686ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686ED; }

 p { color: rgb(198,134,237); }

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

background-color css

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

 a { background-color: rgb(198,134,237); }

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

border-color css

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

 span { border-color: rgb(198,134,237); }

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