#C08DCD

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

Shades of Wisteria #C08DCD

Tints of Wisteria #C08DCD

Color information

#C08DCD (or 0xC08DCD) is unknown color: approx Wisteria. HEX triplet: C0, 8D and CD. RGB value is (192,141,205). Sum of RGB (Red+Green+Blue) = 192+141+205=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCD is #3F7232. Grayscale: #A3A3A3. Windows color (decimal): -4158003 or 13471168. OLE color: 13471168.

HSL color Cylindrical-coordinate representation of color #C08DCD: hue angle of 287.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08DCD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192141205-
CMYK0.060.3100.20
HSL287.81º39.02%67.84%-
HSV(B)287.81º31.22%80.39%-
XYZ42.2834.6662.22-
YUV163.55151.4148.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=35.69%
G=26.21%
B=38.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921412050.060.3100.20287.8139.0267.84
HexC08DCD61F0141202744
Octal30021531563702444047104
Binary110000001000110111001101110111110101001001000001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DCD; }

 p { color: rgb(192,141,205); }

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

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

 a { background-color: rgb(192,141,205); }

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

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

 span { border-color: rgb(192,141,205); }

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