Html Css Color HEX #C896F9 Wisteria

📋 copy color: '#C896F9'

red 200 ◦ green 150 ◦ blue 249

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

Shades of Wisteria #C896F9

Tints of Wisteria #C896F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 33.39%
G = 25.04%
B = 41.57%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C896F9 (or 0xC896F9) is known color: Wisteria. HEX triplet: C8, 96 and F9. RGB value is (200,150,249). Sum of RGB (Red+Green+Blue) = 200+150+249=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #C896F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896F9 is #376906. Grayscale: #AFAFAF. Windows color (decimal): -3631367 or 16357064. OLE color: 16357064.

HSL color Cylindrical-coordinate representation of color #C896F9: hue angle of 270.3º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C896F9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 150 249 -
CMYK 0.20 0.40 0 0.02
HSL 270.3º 0.89% 0.78% -
HSV(B) 270.3º 0.4% 0.98% -
XYZ 51.82 40.93 94.79 -
YUV 176.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 200 150 249 0.20 0.40 0 0.02 270.3 0.89 0.78
Hex C8 96 F9 14 28 0 2 10E 59 4E
Octal 310 226 371 24 50 0 2 416 131 116
Binary 11001000 10010110 11111001 10100 101000 0 10 100001110 1011001 1001110

Color Harmonies of #C896F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896F9

Black with #C896F9

Text Example


Text Example

White with #C896F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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