Html Css Color HEX #C987D7 Wisteria

📋 copy color: '#C987D7'

red 201 ◦ green 135 ◦ blue 215

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

Shades of Wisteria #C987D7

Tints of Wisteria #C987D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 36.48%
G = 24.5%
B = 39.02%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C987D7 (or 0xC987D7) is known color: Wisteria. HEX triplet: C9, 87 and D7. RGB value is (201,135,215). Sum of RGB (Red+Green+Blue) = 201+135+215=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #C987D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987D7 is #367828. Grayscale: #A3A3A3. Windows color (decimal): -3569705 or 14125001. OLE color: 14125001.

HSL color Cylindrical-coordinate representation of color #C987D7: hue angle of 289.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C987D7 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 135 215 -
CMYK 0.07 0.37 0 0.16
HSL 289.5º 0.5% 0.69% -
HSV(B) 289.5º 0.37% 0.84% -
XYZ 45.02 34.65 68.61 -
YUV 163.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 201 135 215 0.07 0.37 0 0.16 289.5 0.5 0.69
Hex C9 87 D7 7 25 0 10 122 32 45
Octal 311 207 327 7 45 0 20 442 62 105
Binary 11001001 10000111 11010111 111 100101 0 10000 100100010 110010 1000101

Color Harmonies of #C987D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987D7

Black with #C987D7

Text Example


Text Example

White with #C987D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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