Html Css Color HEX #C896D8 Wisteria

📋 copy color: '#C896D8'

red 200 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #C896D8

Tints of Wisteria #C896D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 35.34%
G = 26.5%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C896D8 (or 0xC896D8) is known color: Wisteria. HEX triplet: C8, 96 and D8. RGB value is (200,150,216). Sum of RGB (Red+Green+Blue) = 200+150+216=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #C896D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896D8 is #376927. Grayscale: #ACACAC. Windows color (decimal): -3631400 or 14194376. OLE color: 14194376.

HSL color Cylindrical-coordinate representation of color #C896D8: hue angle of 285.45º degrees, saturation: 0.46, 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 #C896D8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 150 216 -
CMYK 0.07 0.31 0 0.15
HSL 285.45º 0.46% 0.72% -
HSV(B) 285.45º 0.31% 0.85% -
XYZ 47.12 39.05 70.02 -
YUV 172.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 200 150 216 0.07 0.31 0 0.15 285.45 0.46 0.72
Hex C8 96 D8 7 1F 0 F 11D 2E 48
Octal 310 226 330 7 37 0 17 435 56 110
Binary 11001000 10010110 11011000 111 11111 0 1111 100011101 101110 1001000

Color Harmonies of #C896D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896D8

Black with #C896D8

Text Example


Text Example

White with #C896D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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