#C38FEE

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

Shades of Wisteria #C38FEE

Tints of Wisteria #C38FEE

Color information

#C38FEE (or 0xC38FEE) is unknown color: approx Wisteria. HEX triplet: C3, 8F and EE. RGB value is (195,143,238). Sum of RGB (Red+Green+Blue) = 195+143+238=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C38FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FEE is #3C7011. Grayscale: #A9A9A9. Windows color (decimal): -3960850 or 15634371. OLE color: 15634371.

HSL color Cylindrical-coordinate representation of color #C38FEE: hue angle of 272.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38FEE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195143238-
CMYK0.180.4000.07
HSL272.84º73.64%74.71%-
HSV(B)272.84º39.92%93.33%-
XYZ47.7637.4285.59-
YUV169.38166.73146.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=33.85%
G=24.83%
B=41.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951432380.180.4000.07272.8473.6474.71
HexC38FEE1228071114a4b
Octal303217356225007421112113
Binary11000011100011111110111010010101000011110001000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FEE; }

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

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

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

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

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

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

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

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