#C38FFE

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

Shades of Wisteria #C38FFE

Tints of Wisteria #C38FFE

Color information

#C38FFE (or 0xC38FFE) is unknown color: approx Wisteria. HEX triplet: C3, 8F and FE. RGB value is (195,143,254). Sum of RGB (Red+Green+Blue) = 195+143+254=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #C38FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FFE is #3C7001. Grayscale: #AAAAAA. Windows color (decimal): -3960834 or 16682947. OLE color: 16682947.

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

Color convert

RGB195143254-
CMYK0.230.4400.00
HSL268.11º98.23%77.84%-
HSV(B)268.11º43.7%99.61%-
XYZ50.2238.498.53-
YUV171.2174.73144.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=32.94%
G=24.16%
B=42.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951432540.230.4400.00268.1198.2377.84
HexC38FFE172C0010c624e
Octal303217376275400414142116
Binary110000111000111111111110101111011000010000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FFE; }

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

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

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

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

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

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

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

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