#C38EFC

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

Shades of Wisteria #C38EFC

Tints of Wisteria #C38EFC

Color information

#C38EFC (or 0xC38EFC) is unknown color: approx Wisteria. HEX triplet: C3, 8E and FC. RGB value is (195,142,252). Sum of RGB (Red+Green+Blue) = 195+142+252=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C38EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFC is #3C7103. Grayscale: #AAAAAA. Windows color (decimal): -3961092 or 16551619. OLE color: 16551619.

HSL color Cylindrical-coordinate representation of color #C38EFC: hue angle of 268.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38EFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195142252-
CMYK0.230.4400.01
HSL268.91º94.83%77.25%-
HSV(B)268.91º43.65%98.82%-
XYZ49.7537.9896.8-
YUV170.39174.06145.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=33.11%
G=24.11%
B=42.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951422520.230.4400.01268.9194.8377.25
HexC38EFC172C0110d5f4d
Octal303216374275401415137115
Binary110000111000111011111100101111011000110000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EFC; }

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

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

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

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

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

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

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

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