Html Css Color HEX #C986DD Wisteria

📋 copy color: '#C986DD'

red 201 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C986DD

Tints of Wisteria #C986DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 36.15%
G = 24.1%
B = 39.75%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C986DD (or 0xC986DD) is known color: Wisteria. HEX triplet: C9, 86 and DD. RGB value is (201,134,221). Sum of RGB (Red+Green+Blue) = 201+134+221=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C986DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DD is #367922. Grayscale: #A3A3A3. Windows color (decimal): -3569955 or 14517961. OLE color: 14517961.

HSL color Cylindrical-coordinate representation of color #C986DD: hue angle of 286.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C986DD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 134 221 -
CMYK 0.09 0.39 0 0.13
HSL 286.21º 0.56% 0.7% -
HSV(B) 286.21º 0.39% 0.87% -
XYZ 45.66 34.69 72.7 -
YUV 163.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 201 134 221 0.09 0.39 0 0.13 286.21 0.56 0.7
Hex C9 86 DD 9 27 0 D 11E 38 46
Octal 311 206 335 11 47 0 15 436 70 106
Binary 11001001 10000110 11011101 1001 100111 0 1101 100011110 111000 1000110

Color Harmonies of #C986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986DD

Black with #C986DD

Text Example


Text Example

White with #C986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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