Html Css Color HEX #C986DF Wisteria

📋 copy color: '#C986DF'

red 201 ◦ green 134 ◦ blue 223

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

Shades of Wisteria #C986DF

Tints of Wisteria #C986DF

RGB

 RED value IS 201 (78.91% from 255) = 36.02%

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 36.02%
G = 24.01%
B = 39.96%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C986DF (or 0xC986DF) is known color: Wisteria. HEX triplet: C9, 86 and DF. RGB value is (201,134,223). Sum of RGB (Red+Green+Blue) = 201+134+223=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C986DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DF is #367920. Grayscale: #A3A3A3. Windows color (decimal): -3569953 or 14649033. OLE color: 14649033.

HSL color Cylindrical-coordinate representation of color #C986DF: hue angle of 285.17º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C986DF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 134 223 -
CMYK 0.10 0.40 0 0.13
HSL 285.17º 0.58% 0.7% -
HSV(B) 285.17º 0.4% 0.87% -
XYZ 45.93 34.8 74.11 -
YUV 164.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 201 134 223 0.10 0.40 0 0.13 285.17 0.58 0.7
Hex C9 86 DF A 28 0 D 11D 3A 46
Octal 311 206 337 12 50 0 15 435 72 106
Binary 11001001 10000110 11011111 1010 101000 0 1101 100011101 111010 1000110

Color Harmonies of #C986DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986DF

Black with #C986DF

Text Example


Text Example

White with #C986DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986DF; }

 p { color: rgb(201,134,223); }

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

background-color css

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

 a { background-color: rgb(201,134,223); }

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

border-color css

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

 span { border-color: rgb(201,134,223); }

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