#C38BCF

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

Shades of Wisteria #C38BCF

Tints of Wisteria #C38BCF

Color information

#C38BCF (or 0xC38BCF) is unknown color: approx Wisteria. HEX triplet: C3, 8B and CF. RGB value is (195,139,207). Sum of RGB (Red+Green+Blue) = 195+139+207=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BCF is #3C7430. Grayscale: #A3A3A3. Windows color (decimal): -3961905 or 13601731. OLE color: 13601731.

HSL color Cylindrical-coordinate representation of color #C38BCF: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38BCF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195139207-
CMYK0.060.3300.19
HSL289.41º41.46%67.84%-
HSV(B)289.41º32.85%81.18%-
XYZ4334.5763.44-
YUV163.5152.55150.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=36.04%
G=25.69%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951392070.060.3300.19289.4141.4667.84
HexC38BCF6210131212944
Octal30321331764102344151104
Binary1100001110001011110011111101000010100111001000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BCF; }

 p { color: rgb(195,139,207); }

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

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

 a { background-color: rgb(195,139,207); }

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

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

 span { border-color: rgb(195,139,207); }

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