Html Css Color HEX #C896EF Wisteria

📋 copy color: '#C896EF'

red 200 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #C896EF

Tints of Wisteria #C896EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 33.96%
G = 25.47%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C896EF (or 0xC896EF) is known color: Wisteria. HEX triplet: C8, 96 and EF. RGB value is (200,150,239). Sum of RGB (Red+Green+Blue) = 200+150+239=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C896EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896EF is #376910. Grayscale: #AEAEAE. Windows color (decimal): -3631377 or 15701704. OLE color: 15701704.

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

Color convert

RGB 200 150 239 -
CMYK 0.16 0.37 0 0.06
HSL 273.71º 0.74% 0.76% -
HSV(B) 273.71º 0.37% 0.94% -
XYZ 50.31 40.32 86.79 -
YUV 175.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 200 150 239 0.16 0.37 0 0.06 273.71 0.74 0.76
Hex C8 96 EF 10 25 0 6 112 4A 4C
Octal 310 226 357 20 45 0 6 422 112 114
Binary 11001000 10010110 11101111 10000 100101 0 110 100010010 1001010 1001100

Color Harmonies of #C896EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896EF

Black with #C896EF

Text Example


Text Example

White with #C896EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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