#C08BDC

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

Shades of Wisteria #C08BDC

Tints of Wisteria #C08BDC

Color information

#C08BDC (or 0xC08BDC) is unknown color: approx Wisteria. HEX triplet: C0, 8B and DC. RGB value is (192,139,220). Sum of RGB (Red+Green+Blue) = 192+139+220=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDC is #3F7423. Grayscale: #A3A3A3. Windows color (decimal): -4158500 or 14453696. OLE color: 14453696.

HSL color Cylindrical-coordinate representation of color #C08BDC: hue angle of 279.26º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08BDC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192139220-
CMYK0.130.3700.14
HSL279.26º53.64%70.39%-
HSV(B)279.26º36.82%86.27%-
XYZ43.8934.8472.12-
YUV164.08159.56147.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=34.85%
G=25.23%
B=39.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921392200.130.3700.14279.2653.6470.39
HexC08BDCD250E1173646
Octal300213334154501642766106
Binary1100000010001011110111001101100101011101000101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BDC; }

 p { color: rgb(192,139,220); }

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

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

 a { background-color: rgb(192,139,220); }

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

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

 span { border-color: rgb(192,139,220); }

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