#C296DB

Color #C296DB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C296DB

Tints of Wisteria #C296DB

Color information

#C296DB (or 0xC296DB) is unknown color: approx Wisteria. HEX triplet: C2, 96 and DB. RGB value is (194,150,219). Sum of RGB (Red+Green+Blue) = 194+150+219=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C296DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DB is #3D6924. Grayscale: #AAAAAA. Windows color (decimal): -4024613 or 14390978. OLE color: 14390978.

HSL color Cylindrical-coordinate representation of color #C296DB: hue angle of 278.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C296DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194150219-
CMYK0.110.3200.14
HSL278.26º48.94%72.35%-
HSV(B)278.26º31.51%85.88%-
XYZ45.9438.472.01-
YUV171.02155.08144.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=34.46%
G=26.64%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941502190.110.3200.14278.2648.9472.35
HexC296DBB200E1163148
Octal302226333134001642661110
Binary1100001010010110110110111011100000011101000101101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296DB; }

 p { color: rgb(194,150,219); }

 H1.HeaderClassName
 {
   color: #C296DB;
 }
 .AnyTagClassName
 {
   color: #C296DB;
 }
</style>
background-color css

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

 a { background-color: rgb(194,150,219); }

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

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

 span { border-color: rgb(194,150,219); }

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