#C38AF9

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

Shades of Wisteria #C38AF9

Tints of Wisteria #C38AF9

Color information

#C38AF9 (or 0xC38AF9) is unknown color: approx Wisteria. HEX triplet: C3, 8A and F9. RGB value is (195,138,249). Sum of RGB (Red+Green+Blue) = 195+138+249=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #C38AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AF9 is #3C7506. Grayscale: #A7A7A7. Windows color (decimal): -3962119 or 16353987. OLE color: 16353987.

HSL color Cylindrical-coordinate representation of color #C38AF9: hue angle of 270.81º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38AF9 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195138249-
CMYK0.220.4500.02
HSL270.81º90.24%75.88%-
HSV(B)270.81º44.58%97.65%-
XYZ48.6936.6294.12-
YUV167.7173.88147.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=33.51%
G=23.71%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951382490.220.4500.02270.8190.2475.88
HexC38AF9162D0210f5a4c
Octal303212371265502417132114
Binary1100001110001010111110011011010110101010000111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AF9; }

 p { color: rgb(195,138,249); }

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

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

 a { background-color: rgb(195,138,249); }

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

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

 span { border-color: rgb(195,138,249); }

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