Html Css Color HEX #C986EE Wisteria

📋 copy color: '#C986EE'

red 201 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #C986EE

Tints of Wisteria #C986EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 35.08%
G = 23.39%
B = 41.54%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C986EE (or 0xC986EE) is known color: Wisteria. HEX triplet: C9, 86 and EE. RGB value is (201,134,238). Sum of RGB (Red+Green+Blue) = 201+134+238=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C986EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986EE is #367911. Grayscale: #A5A5A5. Windows color (decimal): -3569938 or 15632073. OLE color: 15632073.

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

Color convert

RGB 201 134 238 -
CMYK 0.16 0.44 0 0.07
HSL 278.65º 0.75% 0.73% -
HSV(B) 278.65º 0.44% 0.93% -
XYZ 48.05 35.64 85.24 -
YUV 165.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 201 134 238 0.16 0.44 0 0.07 278.65 0.75 0.73
Hex C9 86 EE 10 2C 0 7 117 4B 49
Octal 311 206 356 20 54 0 7 427 113 111
Binary 11001001 10000110 11101110 10000 101100 0 111 100010111 1001011 1001001

Color Harmonies of #C986EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986EE

Black with #C986EE

Text Example


Text Example

White with #C986EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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