#C38CCF

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

Shades of Wisteria #C38CCF

Tints of Wisteria #C38CCF

Color information

#C38CCF (or 0xC38CCF) is unknown color: approx Wisteria. HEX triplet: C3, 8C and CF. RGB value is (195,140,207). Sum of RGB (Red+Green+Blue) = 195+140+207=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCF is #3C7330. Grayscale: #A3A3A3. Windows color (decimal): -3961649 or 13601987. OLE color: 13601987.

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

Color convert

RGB195140207-
CMYK0.060.3200.19
HSL289.25º41.1%68.04%-
HSV(B)289.25º32.37%81.18%-
XYZ43.1534.8663.49-
YUV164.08152.22150.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=35.98%
G=25.83%
B=38.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951402070.060.3200.19289.2541.168.04
HexC38CCF6200131212944
Octal30321431764002344151104
Binary1100001110001100110011111101000000100111001000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CCF; }

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

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

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

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

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

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

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

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