Html Css Color HEX #C896EE Wisteria

📋 copy color: '#C896EE'

red 200 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #C896EE

Tints of Wisteria #C896EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 34.01%
G = 25.51%
B = 40.48%

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

#C896EE (or 0xC896EE) is known color: Wisteria. HEX triplet: C8, 96 and EE. RGB value is (200,150,238). Sum of RGB (Red+Green+Blue) = 200+150+238=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #C896EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896EE is #376911. Grayscale: #AEAEAE. Windows color (decimal): -3631378 or 15636168. OLE color: 15636168.

HSL color Cylindrical-coordinate representation of color #C896EE: hue angle of 274.09º degrees, saturation: 0.72, 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 #C896EE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 150 238 -
CMYK 0.16 0.37 0 0.07
HSL 274.09º 0.72% 0.76% -
HSV(B) 274.09º 0.37% 0.93% -
XYZ 50.16 40.27 86.02 -
YUV 174.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 200 150 238 0.16 0.37 0 0.07 274.09 0.72 0.76
Hex C8 96 EE 10 25 0 7 112 48 4C
Octal 310 226 356 20 45 0 7 422 110 114
Binary 11001000 10010110 11101110 10000 100101 0 111 100010010 1001000 1001100

Color Harmonies of #C896EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896EE

Black with #C896EE

Text Example


Text Example

White with #C896EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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