#C08BCD

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

Shades of Wisteria #C08BCD

Tints of Wisteria #C08BCD

Color information

#C08BCD (or 0xC08BCD) is unknown color: approx Wisteria. HEX triplet: C0, 8B and CD. RGB value is (192,139,205). Sum of RGB (Red+Green+Blue) = 192+139+205=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCD is #3F7432. Grayscale: #A2A2A2. Windows color (decimal): -4158515 or 13470656. OLE color: 13470656.

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

Color convert

RGB192139205-
CMYK0.060.3200.20
HSL288.18º39.76%67.45%-
HSV(B)288.18º32.2%80.39%-
XYZ41.9934.0862.12-
YUV162.37152.06149.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=35.82%
G=25.93%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921392050.060.3200.20288.1839.7667.45
HexC08BCD6200141202843
Octal30021331564002444050103
Binary1100000010001011110011011101000000101001001000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BCD; }

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

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

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

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

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

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

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

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