Html Css Color HEX #C987E0 Wisteria

📋 copy color: '#C987E0'

red 201 ◦ green 135 ◦ blue 224

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

Shades of Wisteria #C987E0

Tints of Wisteria #C987E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

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

R = 35.89%
G = 24.11%
B = 40%

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

#C987E0 (or 0xC987E0) is known color: Wisteria. HEX triplet: C9, 87 and E0. RGB value is (201,135,224). Sum of RGB (Red+Green+Blue) = 201+135+224=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #C987E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987E0 is #36781F. Grayscale: #A4A4A4. Windows color (decimal): -3569696 or 14714825. OLE color: 14714825.

HSL color Cylindrical-coordinate representation of color #C987E0: hue angle of 284.49º 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 #C987E0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 135 224 -
CMYK 0.10 0.40 0 0.12
HSL 284.49º 0.59% 0.7% -
HSV(B) 284.49º 0.4% 0.88% -
XYZ 46.21 35.13 74.87 -
YUV 164.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 201 135 224 0.10 0.40 0 0.12 284.49 0.59 0.7
Hex C9 87 E0 A 28 0 C 11C 3B 46
Octal 311 207 340 12 50 0 14 434 73 106
Binary 11001001 10000111 11100000 1010 101000 0 1100 100011100 111011 1000110

Color Harmonies of #C987E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987E0

Black with #C987E0

Text Example


Text Example

White with #C987E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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