Html Css Color HEX #C986EC Wisteria

📋 copy color: '#C986EC'

red 201 ◦ green 134 ◦ blue 236

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

Shades of Wisteria #C986EC

Tints of Wisteria #C986EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 35.2%
G = 23.47%
B = 41.33%

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

#C986EC (or 0xC986EC) is known color: Wisteria. HEX triplet: C9, 86 and EC. RGB value is (201,134,236). Sum of RGB (Red+Green+Blue) = 201+134+236=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #C986EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986EC is #367913. Grayscale: #A5A5A5. Windows color (decimal): -3569940 or 15501001. OLE color: 15501001.

HSL color Cylindrical-coordinate representation of color #C986EC: hue angle of 279.41º degrees, saturation: 0.73, 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 #C986EC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 134 236 -
CMYK 0.15 0.43 0 0.07
HSL 279.41º 0.73% 0.73% -
HSV(B) 279.41º 0.43% 0.93% -
XYZ 47.75 35.52 83.7 -
YUV 165.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 201 134 236 0.15 0.43 0 0.07 279.41 0.73 0.73
Hex C9 86 EC F 2B 0 7 117 49 49
Octal 311 206 354 17 53 0 7 427 111 111
Binary 11001001 10000110 11101100 1111 101011 0 111 100010111 1001001 1001001

Color Harmonies of #C986EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986EC

Black with #C986EC

Text Example


Text Example

White with #C986EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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