Html Css Color HEX #C896F6 Wisteria

📋 copy color: '#C896F6'

red 200 ◦ green 150 ◦ blue 246

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

Shades of Wisteria #C896F6

Tints of Wisteria #C896F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 33.56%
G = 25.17%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C896F6 (or 0xC896F6) is known color: Wisteria. HEX triplet: C8, 96 and F6. RGB value is (200,150,246). Sum of RGB (Red+Green+Blue) = 200+150+246=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #C896F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896F6 is #376909. Grayscale: #AFAFAF. Windows color (decimal): -3631370 or 16160456. OLE color: 16160456.

HSL color Cylindrical-coordinate representation of color #C896F6: hue angle of 271.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C896F6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 150 246 -
CMYK 0.19 0.39 0 0.04
HSL 271.25º 0.84% 0.78% -
HSV(B) 271.25º 0.39% 0.96% -
XYZ 51.36 40.75 92.35 -
YUV 175.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 200 150 246 0.19 0.39 0 0.04 271.25 0.84 0.78
Hex C8 96 F6 13 27 0 4 10F 54 4E
Octal 310 226 366 23 47 0 4 417 124 116
Binary 11001000 10010110 11110110 10011 100111 0 100 100001111 1010100 1001110

Color Harmonies of #C896F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896F6

Black with #C896F6

Text Example


Text Example

White with #C896F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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