#C38EFF

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

Shades of Wisteria #C38EFF

Tints of Wisteria #C38EFF

Color information

#C38EFF (or 0xC38EFF) is unknown color: approx Wisteria. HEX triplet: C3, 8E and FF. RGB value is (195,142,255). Sum of RGB (Red+Green+Blue) = 195+142+255=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #C38EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFF is #3C7100. Grayscale: #AAAAAA. Windows color (decimal): -3961089 or 16748227. OLE color: 16748227.

HSL color Cylindrical-coordinate representation of color #C38EFF: hue angle of 268.14º 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 #C38EFF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195142255-
CMYK0.240.4400
HSL268.14º100%77.84%-
HSV(B)268.14º44.31%100%-
XYZ50.2338.1799.33-
YUV170.73175.56145.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 255 (100% from 255) = 43.07%
R=32.94%
G=23.99%
B=43.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951422550.240.4400268.1410077.84
HexC38EFF182C0010c644e
Octal303216377305400414144116
Binary110000111000111011111111110001011000010000110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EFF; }

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

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

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

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

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

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

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

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