Html Css Color HEX #C986E0 Wisteria

📋 copy color: '#C986E0'

red 201 ◦ green 134 ◦ blue 224

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

Shades of Wisteria #C986E0

Tints of Wisteria #C986E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 35.96%
G = 23.97%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C986E0 (or 0xC986E0) is known color: Wisteria. HEX triplet: C9, 86 and E0. RGB value is (201,134,224). Sum of RGB (Red+Green+Blue) = 201+134+224=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #C986E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986E0 is #36791F. Grayscale: #A4A4A4. Windows color (decimal): -3569952 or 14714569. OLE color: 14714569.

HSL color Cylindrical-coordinate representation of color #C986E0: hue angle of 284.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C986E0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 134 224 -
CMYK 0.10 0.40 0 0.12
HSL 284.67º 0.59% 0.7% -
HSV(B) 284.67º 0.4% 0.88% -
XYZ 46.07 34.85 74.82 -
YUV 164.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 201 134 224 0.10 0.40 0 0.12 284.67 0.59 0.7
Hex C9 86 E0 A 28 0 C 11D 3B 46
Octal 311 206 340 12 50 0 14 435 73 106
Binary 11001001 10000110 11100000 1010 101000 0 1100 100011101 111011 1000110

Color Harmonies of #C986E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986E0

Black with #C986E0

Text Example


Text Example

White with #C986E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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