Html Css Color HEX #C686EB Wisteria

📋 copy color: '#C686EB'

red 198 ◦ green 134 ◦ blue 235

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

Shades of Wisteria #C686EB

Tints of Wisteria #C686EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 34.92%
G = 23.63%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C686EB (or 0xC686EB) is known color: Wisteria. HEX triplet: C6, 86 and EB. RGB value is (198,134,235). Sum of RGB (Red+Green+Blue) = 198+134+235=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C686EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686EB is #397914. Grayscale: #A4A4A4. Windows color (decimal): -3766549 or 15435462. OLE color: 15435462.

HSL color Cylindrical-coordinate representation of color #C686EB: hue angle of 278.02º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C686EB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 134 235 -
CMYK 0.16 0.43 0 0.08
HSL 278.02º 0.72% 0.72% -
HSV(B) 278.02º 0.43% 0.92% -
XYZ 46.81 35.05 82.9 -
YUV 164.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 198 134 235 0.16 0.43 0 0.08 278.02 0.72 0.72
Hex C6 86 EB 10 2B 0 8 116 48 48
Octal 306 206 353 20 53 0 10 426 110 110
Binary 11000110 10000110 11101011 10000 101011 0 1000 100010110 1001000 1001000

Color Harmonies of #C686EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686EB

Black with #C686EB

Text Example


Text Example

White with #C686EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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