Html Css Color HEX #C986E5 Wisteria

📋 copy color: '#C986E5'

red 201 ◦ green 134 ◦ blue 229

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

Shades of Wisteria #C986E5

Tints of Wisteria #C986E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 35.64%
G = 23.76%
B = 40.6%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C986E5 (or 0xC986E5) is known color: Wisteria. HEX triplet: C9, 86 and E5. RGB value is (201,134,229). Sum of RGB (Red+Green+Blue) = 201+134+229=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C986E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986E5 is #36791A. Grayscale: #A4A4A4. Windows color (decimal): -3569947 or 15042249. OLE color: 15042249.

HSL color Cylindrical-coordinate representation of color #C986E5: hue angle of 282.32º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C986E5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 134 229 -
CMYK 0.12 0.41 0 0.10
HSL 282.32º 0.65% 0.71% -
HSV(B) 282.32º 0.41% 0.9% -
XYZ 46.76 35.12 78.44 -
YUV 164.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 201 134 229 0.12 0.41 0 0.10 282.32 0.65 0.71
Hex C9 86 E5 C 29 0 A 11A 41 47
Octal 311 206 345 14 51 0 12 432 101 107
Binary 11001001 10000110 11100101 1100 101001 0 1010 100011010 1000001 1000111

Color Harmonies of #C986E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986E5

Black with #C986E5

Text Example


Text Example

White with #C986E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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