Html Css Color HEX #C686E1 Wisteria

📋 copy color: '#C686E1'

red 198 ◦ green 134 ◦ blue 225

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

Shades of Wisteria #C686E1

Tints of Wisteria #C686E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 35.55%
G = 24.06%
B = 40.39%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C686E1 (or 0xC686E1) is known color: Wisteria. HEX triplet: C6, 86 and E1. RGB value is (198,134,225). Sum of RGB (Red+Green+Blue) = 198+134+225=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #C686E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686E1 is #39791E. Grayscale: #A3A3A3. Windows color (decimal): -3766559 or 14780102. OLE color: 14780102.

HSL color Cylindrical-coordinate representation of color #C686E1: hue angle of 282.2º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C686E1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 134 225 -
CMYK 0.12 0.40 0 0.12
HSL 282.2º 0.6% 0.7% -
HSV(B) 282.2º 0.4% 0.88% -
XYZ 45.4 34.49 75.5 -
YUV 163.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 198 134 225 0.12 0.40 0 0.12 282.2 0.6 0.7
Hex C6 86 E1 C 28 0 C 11A 3C 46
Octal 306 206 341 14 50 0 14 432 74 106
Binary 11000110 10000110 11100001 1100 101000 0 1100 100011010 111100 1000110

Color Harmonies of #C686E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686E1

Black with #C686E1

Text Example


Text Example

White with #C686E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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