Html Css Color HEX #C896ED Wisteria

📋 copy color: '#C896ED'

red 200 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #C896ED

Tints of Wisteria #C896ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 34.07%
G = 25.55%
B = 40.37%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C896ED (or 0xC896ED) is known color: Wisteria. HEX triplet: C8, 96 and ED. RGB value is (200,150,237). Sum of RGB (Red+Green+Blue) = 200+150+237=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C896ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896ED is #376912. Grayscale: #AEAEAE. Windows color (decimal): -3631379 or 15570632. OLE color: 15570632.

HSL color Cylindrical-coordinate representation of color #C896ED: hue angle of 274.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C896ED is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 150 237 -
CMYK 0.16 0.37 0 0.07
HSL 274.48º 0.71% 0.76% -
HSV(B) 274.48º 0.37% 0.93% -
XYZ 50.01 40.21 85.25 -
YUV 174.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 200 150 237 0.16 0.37 0 0.07 274.48 0.71 0.76
Hex C8 96 ED 10 25 0 7 112 47 4C
Octal 310 226 355 20 45 0 7 422 107 114
Binary 11001000 10010110 11101101 10000 100101 0 111 100010010 1000111 1001100

Color Harmonies of #C896ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896ED

Black with #C896ED

Text Example


Text Example

White with #C896ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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