Html Css Color HEX #C987E5 Wisteria

📋 copy color: '#C987E5'

red 201 ◦ green 135 ◦ blue 229

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

Shades of Wisteria #C987E5

Tints of Wisteria #C987E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 35.58%
G = 23.89%
B = 40.53%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C987E5 (or 0xC987E5) is known color: Wisteria. HEX triplet: C9, 87 and E5. RGB value is (201,135,229). Sum of RGB (Red+Green+Blue) = 201+135+229=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #C987E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987E5 is #36781A. Grayscale: #A5A5A5. Windows color (decimal): -3569691 or 15042505. OLE color: 15042505.

HSL color Cylindrical-coordinate representation of color #C987E5: hue angle of 282.13º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C987E5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 135 229 -
CMYK 0.12 0.41 0 0.10
HSL 282.13º 0.64% 0.71% -
HSV(B) 282.13º 0.41% 0.9% -
XYZ 46.89 35.4 78.49 -
YUV 165.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 201 135 229 0.12 0.41 0 0.10 282.13 0.64 0.71
Hex C9 87 E5 C 29 0 A 11A 40 47
Octal 311 207 345 14 51 0 12 432 100 107
Binary 11001001 10000111 11100101 1100 101001 0 1010 100011010 1000000 1000111

Color Harmonies of #C987E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987E5

Black with #C987E5

Text Example


Text Example

White with #C987E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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