#C08ACD

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

Shades of Wisteria #C08ACD

Tints of Wisteria #C08ACD

Color information

#C08ACD (or 0xC08ACD) is unknown color: approx Wisteria. HEX triplet: C0, 8A and CD. RGB value is (192,138,205). Sum of RGB (Red+Green+Blue) = 192+138+205=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACD is #3F7532. Grayscale: #A1A1A1. Windows color (decimal): -4158771 or 13470400. OLE color: 13470400.

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

Color convert

RGB192138205-
CMYK0.060.3300.20
HSL288.36º40.12%67.25%-
HSV(B)288.36º32.68%80.39%-
XYZ41.8533.7962.07-
YUV161.78152.39149.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=35.89%
G=25.79%
B=38.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921382050.060.3300.20288.3640.1267.25
HexC08ACD6210141202843
Octal30021231564102444050103
Binary1100000010001010110011011101000010101001001000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ACD; }

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

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

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

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

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

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

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

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