Html Css Color HEX #C786DC Wisteria

📋 copy color: '#C786DC'

red 199 ◦ green 134 ◦ blue 220

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

Shades of Wisteria #C786DC

Tints of Wisteria #C786DC

RGB

 RED value IS 199 (78.13% from 255) = 35.99%

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 35.99%
G = 24.23%
B = 39.78%

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

#C786DC (or 0xC786DC) is known color: Wisteria. HEX triplet: C7, 86 and DC. RGB value is (199,134,220). Sum of RGB (Red+Green+Blue) = 199+134+220=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C786DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786DC is #387923. Grayscale: #A2A2A2. Windows color (decimal): -3701028 or 14452423. OLE color: 14452423.

HSL color Cylindrical-coordinate representation of color #C786DC: hue angle of 285.35º degrees, saturation: 0.55, 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 #C786DC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 134 220 -
CMYK 0.10 0.39 0 0.14
HSL 285.35º 0.55% 0.69% -
HSV(B) 285.35º 0.39% 0.86% -
XYZ 45 34.36 71.97 -
YUV 163.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 199 134 220 0.10 0.39 0 0.14 285.35 0.55 0.69
Hex C7 86 DC A 27 0 E 11D 37 45
Octal 307 206 334 12 47 0 16 435 67 105
Binary 11000111 10000110 11011100 1010 100111 0 1110 100011101 110111 1000101

Color Harmonies of #C786DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C786DC

Black with #C786DC

Text Example


Text Example

White with #C786DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C786DC; }

 p { color: rgb(199,134,220); }

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

background-color css

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

 a { background-color: rgb(199,134,220); }

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

border-color css

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

 span { border-color: rgb(199,134,220); }

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