#C08AFF

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

Shades of Wisteria #C08AFF

Tints of Wisteria #C08AFF

Color information

#C08AFF (or 0xC08AFF) is unknown color: approx Wisteria. HEX triplet: C0, 8A and FF. RGB value is (192,138,255). Sum of RGB (Red+Green+Blue) = 192+138+255=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AFF is #3F7500. Grayscale: #A7A7A7. Windows color (decimal): -4158721 or 16747200. OLE color: 16747200.

HSL color Cylindrical-coordinate representation of color #C08AFF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08AFF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192138255-
CMYK0.250.4600
HSL267.69º100%77.06%-
HSV(B)267.69º45.88%100%-
XYZ48.8836.699.1-
YUV167.48177.39145.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 255 (100% from 255) = 43.59%
R=32.82%
G=23.59%
B=43.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921382550.250.4600267.6910077.06
HexC08AFF192E0010c644d
Octal300212377315600414144115
Binary110000001000101011111111110011011100010000110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AFF; }

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

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

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

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

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

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

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

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