Html Css Color HEX #C896DF Wisteria

📋 copy color: '#C896DF'

red 200 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #C896DF

Tints of Wisteria #C896DF

RGB

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

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

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

R = 34.9%
G = 26.18%
B = 38.92%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C896DF (or 0xC896DF) is known color: Wisteria. HEX triplet: C8, 96 and DF. RGB value is (200,150,223). Sum of RGB (Red+Green+Blue) = 200+150+223=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C896DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DF is #376920. Grayscale: #ADADAD. Windows color (decimal): -3631393 or 14653128. OLE color: 14653128.

HSL color Cylindrical-coordinate representation of color #C896DF: hue angle of 281.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C896DF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 150 223 -
CMYK 0.10 0.33 0 0.13
HSL 281.1º 0.53% 0.73% -
HSV(B) 281.1º 0.33% 0.87% -
XYZ 48.05 39.42 74.89 -
YUV 173.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 200 150 223 0.10 0.33 0 0.13 281.1 0.53 0.73
Hex C8 96 DF A 21 0 D 119 35 49
Octal 310 226 337 12 41 0 15 431 65 111
Binary 11001000 10010110 11011111 1010 100001 0 1101 100011001 110101 1001001

Color Harmonies of #C896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896DF

Black with #C896DF

Text Example


Text Example

White with #C896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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