#C38FFF

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

Shades of Wisteria #C38FFF

Tints of Wisteria #C38FFF

Color information

#C38FFF (or 0xC38FFF) is unknown color: approx Wisteria. HEX triplet: C3, 8F and FF. RGB value is (195,143,255). Sum of RGB (Red+Green+Blue) = 195+143+255=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C38FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FFF is #3C7000. Grayscale: #AAAAAA. Windows color (decimal): -3960833 or 16748483. OLE color: 16748483.

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

Color convert

RGB195143255-
CMYK0.240.4400
HSL267.86º100%78.04%-
HSV(B)267.86º43.92%100%-
XYZ50.3838.4799.38-
YUV171.32175.23144.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 255 (100% from 255) = 43.00%
R=32.88%
G=24.11%
B=43.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951432550.240.4400267.8610078.04
HexC38FFF182C0010c644e
Octal303217377305400414144116
Binary110000111000111111111111110001011000010000110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FFF; }

 p { color: rgb(195,143,255); }

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

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

 a { background-color: rgb(195,143,255); }

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

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

 span { border-color: rgb(195,143,255); }

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