#C38DE3

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

Shades of Wisteria #C38DE3

Tints of Wisteria #C38DE3

Color information

#C38DE3 (or 0xC38DE3) is unknown color: approx Wisteria. HEX triplet: C3, 8D and E3. RGB value is (195,141,227). Sum of RGB (Red+Green+Blue) = 195+141+227=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #C38DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DE3 is #3C721C. Grayscale: #A6A6A6. Windows color (decimal): -3961373 or 14912963. OLE color: 14912963.

HSL color Cylindrical-coordinate representation of color #C38DE3: hue angle of 277.67º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38DE3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195141227-
CMYK0.140.3800.11
HSL277.67º60.56%72.16%-
HSV(B)277.67º37.89%89.02%-
XYZ45.936.277.24-
YUV166.95161.89148.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=34.64%
G=25.04%
B=40.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951412270.140.3800.11277.6760.5672.16
HexC38DE3E260B1163d48
Octal303215343164601342675110
Binary1100001110001101111000111110100110010111000101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DE3; }

 p { color: rgb(195,141,227); }

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

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

 a { background-color: rgb(195,141,227); }

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

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

 span { border-color: rgb(195,141,227); }

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