#C08BDF

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

Shades of Wisteria #C08BDF

Tints of Wisteria #C08BDF

Color information

#C08BDF (or 0xC08BDF) is unknown color: approx Wisteria. HEX triplet: C0, 8B and DF. RGB value is (192,139,223). Sum of RGB (Red+Green+Blue) = 192+139+223=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDF is #3F7420. Grayscale: #A4A4A4. Windows color (decimal): -4158497 or 14650304. OLE color: 14650304.

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

Color convert

RGB192139223-
CMYK0.140.3800.13
HSL277.86º56.76%70.98%-
HSV(B)277.86º37.67%87.45%-
XYZ44.293574.23-
YUV164.42161.06147.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=34.66%
G=25.09%
B=40.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921392230.140.3800.13277.8656.7670.98
HexC08BDFE260D1163947
Octal300213337164601542671107
Binary1100000010001011110111111110100110011011000101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BDF; }

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

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

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

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

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

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

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

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