Html Css Color HEX #C686DB Wisteria

📋 copy color: '#C686DB'

red 198 ◦ green 134 ◦ blue 219

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

Shades of Wisteria #C686DB

Tints of Wisteria #C686DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 35.93%
G = 24.32%
B = 39.75%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C686DB (or 0xC686DB) is known color: Wisteria. HEX triplet: C6, 86 and DB. RGB value is (198,134,219). Sum of RGB (Red+Green+Blue) = 198+134+219=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C686DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686DB is #397924. Grayscale: #A2A2A2. Windows color (decimal): -3766565 or 14386886. OLE color: 14386886.

HSL color Cylindrical-coordinate representation of color #C686DB: hue angle of 285.18º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C686DB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 134 219 -
CMYK 0.10 0.39 0 0.14
HSL 285.18º 0.54% 0.69% -
HSV(B) 285.18º 0.39% 0.86% -
XYZ 44.6 34.17 71.26 -
YUV 162.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 198 134 219 0.10 0.39 0 0.14 285.18 0.54 0.69
Hex C6 86 DB A 27 0 E 11D 36 45
Octal 306 206 333 12 47 0 16 435 66 105
Binary 11000110 10000110 11011011 1010 100111 0 1110 100011101 110110 1000101

Color Harmonies of #C686DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686DB

Black with #C686DB

Text Example


Text Example

White with #C686DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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