#C08CDC

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

Shades of Wisteria #C08CDC

Tints of Wisteria #C08CDC

Color information

#C08CDC (or 0xC08CDC) is unknown color: approx Wisteria. HEX triplet: C0, 8C and DC. RGB value is (192,140,220). Sum of RGB (Red+Green+Blue) = 192+140+220=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CDC is #3F7323. Grayscale: #A4A4A4. Windows color (decimal): -4158244 or 14453952. OLE color: 14453952.

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

Color convert

RGB192140220-
CMYK0.130.3600.14
HSL279º53.33%70.59%-
HSV(B)279º36.36%86.27%-
XYZ44.0335.1372.17-
YUV164.67159.23147.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=34.78%
G=25.36%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921402200.130.3600.1427953.3370.59
HexC08CDCD240E1173547
Octal300214334154401642765107
Binary1100000010001100110111001101100100011101000101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CDC; }

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

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

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

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

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

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

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

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