Html Css Color HEX #C786D4 Wisteria

📋 copy color: '#C786D4'

red 199 ◦ green 134 ◦ blue 212

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

Shades of Wisteria #C786D4

Tints of Wisteria #C786D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 36.51%
G = 24.59%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C786D4 (or 0xC786D4) is known color: Wisteria. HEX triplet: C7, 86 and D4. RGB value is (199,134,212). Sum of RGB (Red+Green+Blue) = 199+134+212=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #C786D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786D4 is #38792B. Grayscale: #A2A2A2. Windows color (decimal): -3701036 or 13928135. OLE color: 13928135.

HSL color Cylindrical-coordinate representation of color #C786D4: hue angle of 290º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C786D4 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 134 212 -
CMYK 0.06 0.37 0 0.17
HSL 290º 0.48% 0.68% -
HSV(B) 290º 0.37% 0.83% -
XYZ 43.96 33.95 66.52 -
YUV 162.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 199 134 212 0.06 0.37 0 0.17 290 0.48 0.68
Hex C7 86 D4 6 25 0 11 122 30 44
Octal 307 206 324 6 45 0 21 442 60 104
Binary 11000111 10000110 11010100 110 100101 0 10001 100100010 110000 1000100

Color Harmonies of #C786D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C786D4

Black with #C786D4

Text Example


Text Example

White with #C786D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C786D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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