Html Css Color HEX #C986ED Wisteria

📋 copy color: '#C986ED'

red 201 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #C986ED

Tints of Wisteria #C986ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 35.14%
G = 23.43%
B = 41.43%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C986ED (or 0xC986ED) is known color: Wisteria. HEX triplet: C9, 86 and ED. RGB value is (201,134,237). Sum of RGB (Red+Green+Blue) = 201+134+237=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C986ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986ED is #367912. Grayscale: #A5A5A5. Windows color (decimal): -3569939 or 15566537. OLE color: 15566537.

HSL color Cylindrical-coordinate representation of color #C986ED: hue angle of 279.03º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C986ED is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 134 237 -
CMYK 0.15 0.43 0 0.07
HSL 279.03º 0.74% 0.73% -
HSV(B) 279.03º 0.43% 0.93% -
XYZ 47.9 35.58 84.46 -
YUV 165.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 201 134 237 0.15 0.43 0 0.07 279.03 0.74 0.73
Hex C9 86 ED F 2B 0 7 117 4A 49
Octal 311 206 355 17 53 0 7 427 112 111
Binary 11001001 10000110 11101101 1111 101011 0 111 100010111 1001010 1001001

Color Harmonies of #C986ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986ED

Black with #C986ED

Text Example


Text Example

White with #C986ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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