Html Css Color HEX #C891D5 Wisteria

📋 copy color: '#C891D5'

red 200 ◦ green 145 ◦ blue 213

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

Shades of Wisteria #C891D5

Tints of Wisteria #C891D5

RGB

 RED value IS 200 (78.52% from 255) = 35.84%

 GREEN value IS 145 (57.03% from 255) = 25.99%

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 35.84%
G = 25.99%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C891D5 (or 0xC891D5) is known color: Wisteria. HEX triplet: C8, 91 and D5. RGB value is (200,145,213). Sum of RGB (Red+Green+Blue) = 200+145+213=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #C891D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891D5 is #376E2A. Grayscale: #A8A8A8. Windows color (decimal): -3632683 or 13996488. OLE color: 13996488.

HSL color Cylindrical-coordinate representation of color #C891D5: hue angle of 288.53º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C891D5 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 145 213 -
CMYK 0.06 0.32 0 0.16
HSL 288.53º 0.45% 0.7% -
HSV(B) 288.53º 0.32% 0.84% -
XYZ 45.96 37.33 67.73 -
YUV 169.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 200 145 213 0.06 0.32 0 0.16 288.53 0.45 0.7
Hex C8 91 D5 6 20 0 10 121 2D 46
Octal 310 221 325 6 40 0 20 441 55 106
Binary 11001000 10010001 11010101 110 100000 0 10000 100100001 101101 1000110

Color Harmonies of #C891D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C891D5

Black with #C891D5

Text Example


Text Example

White with #C891D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C891D5; }

 p { color: rgb(200,145,213); }

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

background-color css

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

 a { background-color: rgb(200,145,213); }

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

border-color css

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

 span { border-color: rgb(200,145,213); }

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