Html Css Color HEX #C896D9 Wisteria

📋 copy color: '#C896D9'

red 200 ◦ green 150 ◦ blue 217

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

Shades of Wisteria #C896D9

Tints of Wisteria #C896D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.46%

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 35.27%
G = 26.46%
B = 38.27%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C896D9 (or 0xC896D9) is known color: Wisteria. HEX triplet: C8, 96 and D9. RGB value is (200,150,217). Sum of RGB (Red+Green+Blue) = 200+150+217=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #C896D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896D9 is #376926. Grayscale: #ACACAC. Windows color (decimal): -3631399 or 14259912. OLE color: 14259912.

HSL color Cylindrical-coordinate representation of color #C896D9: hue angle of 284.78º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C896D9 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 150 217 -
CMYK 0.08 0.31 0 0.15
HSL 284.78º 0.47% 0.72% -
HSV(B) 284.78º 0.31% 0.85% -
XYZ 47.25 39.1 70.7 -
YUV 172.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 200 150 217 0.08 0.31 0 0.15 284.78 0.47 0.72
Hex C8 96 D9 8 1F 0 F 11D 2F 48
Octal 310 226 331 10 37 0 17 435 57 110
Binary 11001000 10010110 11011001 1000 11111 0 1111 100011101 101111 1001000

Color Harmonies of #C896D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896D9

Black with #C896D9

Text Example


Text Example

White with #C896D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896D9; }

 p { color: rgb(200,150,217); }

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

background-color css

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

 a { background-color: rgb(200,150,217); }

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

border-color css

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

 span { border-color: rgb(200,150,217); }

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