Html Css Color HEX #C987DF Wisteria

📋 copy color: '#C987DF'

red 201 ◦ green 135 ◦ blue 223

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

Shades of Wisteria #C987DF

Tints of Wisteria #C987DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 35.96%
G = 24.15%
B = 39.89%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C987DF (or 0xC987DF) is known color: Wisteria. HEX triplet: C9, 87 and DF. RGB value is (201,135,223). Sum of RGB (Red+Green+Blue) = 201+135+223=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C987DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DF is #367820. Grayscale: #A4A4A4. Windows color (decimal): -3569697 or 14649289. OLE color: 14649289.

HSL color Cylindrical-coordinate representation of color #C987DF: hue angle of 285º degrees, saturation: 0.58, 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 #C987DF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 135 223 -
CMYK 0.10 0.39 0 0.13
HSL 285º 0.58% 0.7% -
HSV(B) 285º 0.39% 0.87% -
XYZ 46.07 35.07 74.15 -
YUV 164.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 201 135 223 0.10 0.39 0 0.13 285 0.58 0.7
Hex C9 87 DF A 27 0 D 11D 3A 46
Octal 311 207 337 12 47 0 15 435 72 106
Binary 11001001 10000111 11011111 1010 100111 0 1101 100011101 111010 1000110

Color Harmonies of #C987DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987DF

Black with #C987DF

Text Example


Text Example

White with #C987DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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