Html Css Color HEX #C896D7 Wisteria

📋 copy color: '#C896D7'

red 200 ◦ green 150 ◦ blue 215

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

Shades of Wisteria #C896D7

Tints of Wisteria #C896D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 35.4%
G = 26.55%
B = 38.05%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C896D7 (or 0xC896D7) is known color: Wisteria. HEX triplet: C8, 96 and D7. RGB value is (200,150,215). Sum of RGB (Red+Green+Blue) = 200+150+215=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C896D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896D7 is #376928. Grayscale: #ACACAC. Windows color (decimal): -3631401 or 14128840. OLE color: 14128840.

HSL color Cylindrical-coordinate representation of color #C896D7: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C896D7 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 150 215 -
CMYK 0.07 0.30 0 0.16
HSL 286.15º 0.45% 0.72% -
HSV(B) 286.15º 0.3% 0.84% -
XYZ 46.99 39 69.34 -
YUV 172.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 200 150 215 0.07 0.30 0 0.16 286.15 0.45 0.72
Hex C8 96 D7 7 1E 0 10 11E 2D 48
Octal 310 226 327 7 36 0 20 436 55 110
Binary 11001000 10010110 11010111 111 11110 0 10000 100011110 101101 1001000

Color Harmonies of #C896D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896D7

Black with #C896D7

Text Example


Text Example

White with #C896D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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