Html Css Color HEX #C896DC Wisteria

📋 copy color: '#C896DC'

red 200 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #C896DC

Tints of Wisteria #C896DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 35.09%
G = 26.32%
B = 38.6%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C896DC (or 0xC896DC) is known color: Wisteria. HEX triplet: C8, 96 and DC. RGB value is (200,150,220). Sum of RGB (Red+Green+Blue) = 200+150+220=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C896DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DC is #376923. Grayscale: #ACACAC. Windows color (decimal): -3631396 or 14456520. OLE color: 14456520.

HSL color Cylindrical-coordinate representation of color #C896DC: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C896DC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 150 220 -
CMYK 0.09 0.32 0 0.14
HSL 282.86º 0.5% 0.73% -
HSV(B) 282.86º 0.32% 0.86% -
XYZ 47.64 39.26 72.78 -
YUV 172.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 200 150 220 0.09 0.32 0 0.14 282.86 0.5 0.73
Hex C8 96 DC 9 20 0 E 11B 32 49
Octal 310 226 334 11 40 0 16 433 62 111
Binary 11001000 10010110 11011100 1001 100000 0 1110 100011011 110010 1001001

Color Harmonies of #C896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896DC

Black with #C896DC

Text Example


Text Example

White with #C896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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