#C08CD5

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

Shades of Wisteria #C08CD5

Tints of Wisteria #C08CD5

Color information

#C08CD5 (or 0xC08CD5) is unknown color: approx Wisteria. HEX triplet: C0, 8C and D5. RGB value is (192,140,213). Sum of RGB (Red+Green+Blue) = 192+140+213=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CD5 is #3F732A. Grayscale: #A3A3A3. Windows color (decimal): -4158251 or 13995200. OLE color: 13995200.

HSL color Cylindrical-coordinate representation of color #C08CD5: hue angle of 282.74º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08CD5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192140213-
CMYK0.100.3400.16
HSL282.74º46.5%69.22%-
HSV(B)282.74º34.27%83.53%-
XYZ43.1334.7767.39-
YUV163.87155.73148.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=35.23%
G=25.69%
B=39.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921402130.100.3400.16282.7446.569.22
HexC08CD5A2201011b2e45
Octal300214325124202043356105
Binary11000000100011001101010110101000100100001000110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CD5; }

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

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

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

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

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

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

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

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