#C38CED

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

Shades of Wisteria #C38CED

Tints of Wisteria #C38CED

Color information

#C38CED (or 0xC38CED) is unknown color: approx Wisteria. HEX triplet: C3, 8C and ED. RGB value is (195,140,237). Sum of RGB (Red+Green+Blue) = 195+140+237=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C38CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CED is #3C7312. Grayscale: #A7A7A7. Windows color (decimal): -3961619 or 15568067. OLE color: 15568067.

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

Color convert

RGB195140237-
CMYK0.180.4100.07
HSL274.02º72.93%73.92%-
HSV(B)274.02º40.93%92.94%-
XYZ47.1736.4784.67-
YUV167.5167.22147.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=34.09%
G=24.48%
B=41.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951402370.180.4100.07274.0272.9373.92
HexC38CED122907112494a
Octal303214355225107422111112
Binary11000011100011001110110110010101001011110001001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CED; }

 p { color: rgb(195,140,237); }

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

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

 a { background-color: rgb(195,140,237); }

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

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

 span { border-color: rgb(195,140,237); }

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