Html Css Color HEX #C987DE Wisteria

📋 copy color: '#C987DE'

red 201 ◦ green 135 ◦ blue 222

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

Shades of Wisteria #C987DE

Tints of Wisteria #C987DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 36.02%
G = 24.19%
B = 39.78%

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

#C987DE (or 0xC987DE) is known color: Wisteria. HEX triplet: C9, 87 and DE. RGB value is (201,135,222). Sum of RGB (Red+Green+Blue) = 201+135+222=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C987DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DE is #367821. Grayscale: #A4A4A4. Windows color (decimal): -3569698 or 14583753. OLE color: 14583753.

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

Color convert

RGB 201 135 222 -
CMYK 0.09 0.39 0 0.13
HSL 285.52º 0.57% 0.7% -
HSV(B) 285.52º 0.39% 0.87% -
XYZ 45.94 35.02 73.45 -
YUV 164.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 201 135 222 0.09 0.39 0 0.13 285.52 0.57 0.7
Hex C9 87 DE 9 27 0 D 11E 39 46
Octal 311 207 336 11 47 0 15 436 71 106
Binary 11001001 10000111 11011110 1001 100111 0 1101 100011110 111001 1000110

Color Harmonies of #C987DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987DE

Black with #C987DE

Text Example


Text Example

White with #C987DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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