Html Css Color HEX #C496EE Wisteria

📋 copy color: '#C496EE'

red 196 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #C496EE

Tints of Wisteria #C496EE

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

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

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

R = 33.56%
G = 25.68%
B = 40.75%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C496EE (or 0xC496EE) is known color: Wisteria. HEX triplet: C4, 96 and EE. RGB value is (196,150,238). Sum of RGB (Red+Green+Blue) = 196+150+238=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #C496EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496EE is #3B6911. Grayscale: #ADADAD. Windows color (decimal): -3893522 or 15636164. OLE color: 15636164.

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

Color convert

RGB 196 150 238 -
CMYK 0.18 0.37 0 0.07
HSL 271.36º 0.72% 0.76% -
HSV(B) 271.36º 0.37% 0.93% -
XYZ 49.1 39.72 85.97 -
YUV 173.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 196 150 238 0.18 0.37 0 0.07 271.36 0.72 0.76
Hex C4 96 EE 12 25 0 7 10F 48 4C
Octal 304 226 356 22 45 0 7 417 110 114
Binary 11000100 10010110 11101110 10010 100101 0 111 100001111 1001000 1001100

Color Harmonies of #C496EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496EE

Black with #C496EE

Text Example


Text Example

White with #C496EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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