Html Css Color HEX #C987DD Wisteria

📋 copy color: '#C987DD'

red 201 ◦ green 135 ◦ blue 221

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

Shades of Wisteria #C987DD

Tints of Wisteria #C987DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 36.09%
G = 24.24%
B = 39.68%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C987DD (or 0xC987DD) is known color: Wisteria. HEX triplet: C9, 87 and DD. RGB value is (201,135,221). Sum of RGB (Red+Green+Blue) = 201+135+221=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C987DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DD is #367822. Grayscale: #A4A4A4. Windows color (decimal): -3569699 or 14518217. OLE color: 14518217.

HSL color Cylindrical-coordinate representation of color #C987DD: hue angle of 286.05º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C987DD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 135 221 -
CMYK 0.09 0.39 0 0.13
HSL 286.05º 0.56% 0.7% -
HSV(B) 286.05º 0.39% 0.87% -
XYZ 45.8 34.97 72.74 -
YUV 164.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 201 135 221 0.09 0.39 0 0.13 286.05 0.56 0.7
Hex C9 87 DD 9 27 0 D 11E 38 46
Octal 311 207 335 11 47 0 15 436 70 106
Binary 11001001 10000111 11011101 1001 100111 0 1101 100011110 111000 1000110

Color Harmonies of #C987DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987DD

Black with #C987DD

Text Example


Text Example

White with #C987DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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