#C38ADD

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

Shades of Wisteria #C38ADD

Tints of Wisteria #C38ADD

Color information

#C38ADD (or 0xC38ADD) is unknown color: approx Wisteria. HEX triplet: C3, 8A and DD. RGB value is (195,138,221). Sum of RGB (Red+Green+Blue) = 195+138+221=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ADD is #3C7522. Grayscale: #A4A4A4. Windows color (decimal): -3962147 or 14518979. OLE color: 14518979.

HSL color Cylindrical-coordinate representation of color #C38ADD: hue angle of 281.2º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38ADD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195138221-
CMYK0.120.3800.13
HSL281.2º54.97%70.39%-
HSV(B)281.2º37.56%86.67%-
XYZ44.653572.81-
YUV164.5159.88149.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=35.20%
G=24.91%
B=39.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951382210.120.3800.13281.254.9770.39
HexC38ADDC260D1193746
Octal303212335144601543167106
Binary1100001110001010110111011100100110011011000110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ADD; }

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

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

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

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

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

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

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

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