Html Css Color HEX #C896DE Wisteria

📋 copy color: '#C896DE'

red 200 ◦ green 150 ◦ blue 222

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

Shades of Wisteria #C896DE

Tints of Wisteria #C896DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 34.97%
G = 26.22%
B = 38.81%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C896DE (or 0xC896DE) is known color: Wisteria. HEX triplet: C8, 96 and DE. RGB value is (200,150,222). Sum of RGB (Red+Green+Blue) = 200+150+222=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C896DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DE is #376921. Grayscale: #ACACAC. Windows color (decimal): -3631394 or 14587592. OLE color: 14587592.

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

Color convert

RGB 200 150 222 -
CMYK 0.10 0.32 0 0.13
HSL 281.67º 0.52% 0.73% -
HSV(B) 281.67º 0.32% 0.87% -
XYZ 47.91 39.37 74.18 -
YUV 173.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 200 150 222 0.10 0.32 0 0.13 281.67 0.52 0.73
Hex C8 96 DE A 20 0 D 11A 34 49
Octal 310 226 336 12 40 0 15 432 64 111
Binary 11001000 10010110 11011110 1010 100000 0 1101 100011010 110100 1001001

Color Harmonies of #C896DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896DE

Black with #C896DE

Text Example


Text Example

White with #C896DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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