Html Css Color HEX #C896E1 Wisteria

📋 copy color: '#C896E1'

red 200 ◦ green 150 ◦ blue 225

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

Shades of Wisteria #C896E1

Tints of Wisteria #C896E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.13%

R = 34.78%
G = 26.09%
B = 39.13%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C896E1 (or 0xC896E1) is known color: Wisteria. HEX triplet: C8, 96 and E1. RGB value is (200,150,225). Sum of RGB (Red+Green+Blue) = 200+150+225=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #C896E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896E1 is #37691E. Grayscale: #ADADAD. Windows color (decimal): -3631391 or 14784200. OLE color: 14784200.

HSL color Cylindrical-coordinate representation of color #C896E1: hue angle of 280º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C896E1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 150 225 -
CMYK 0.11 0.33 0 0.12
HSL 280º 0.56% 0.74% -
HSV(B) 280º 0.33% 0.88% -
XYZ 48.32 39.53 76.32 -
YUV 173.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 200 150 225 0.11 0.33 0 0.12 280 0.56 0.74
Hex C8 96 E1 B 21 0 C 118 38 4A
Octal 310 226 341 13 41 0 14 430 70 112
Binary 11001000 10010110 11100001 1011 100001 0 1100 100011000 111000 1001010

Color Harmonies of #C896E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896E1

Black with #C896E1

Text Example


Text Example

White with #C896E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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